#B0BE06

Color #B0BE06 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B0BE06

Tints of La Rioja #B0BE06

Color information

#B0BE06 (or 0xB0BE06) is unknown color: approx La Rioja. HEX triplet: B0, BE and 06. RGB value is (176,190,6). Sum of RGB (Red+Green+Blue) = 176+190+6=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BE06 is #4F41F9. Grayscale: #A5A5A5. Windows color (decimal): -5194234 or 442032. OLE color: 442032.

HSL color Cylindrical-coordinate representation of color #B0BE06: hue angle of 64.57º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0BE06 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1761906-
CMYK0.0700.970.25
HSL64.57º93.88%38.43%-
HSV(B)64.57º96.84%74.51%-
XYZ36.3546.077.15-
YUV164.8438.36135.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 190 (74.61% from 255) = 51.08%
BLUE value IS 6 (2.73% from 255) = 1.61%
R=47.31%
G=51.08%
B=1.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17619060.0700.970.2564.5793.8838.43
HexB0BE6706119415e26
Octal2602766701413110113646
Binary1011000010111110110111011000011100110000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BE06; }

 p { color: rgb(176,190,6); }

 H1.HeaderClassName
 {
   color: #B0BE06;
 }
 .AnyTagClassName
 {
   color: #B0BE06;
 }
</style>
background-color css

<style>
 a { background-color: #B0BE06; }

 a { background-color: rgb(176,190,6); }

 div.DivClassName
 {
   background-color: #B0BE06;
 }
 .BgClassName
 {
   background-color: #B0BE06;
 }
</style>
border-color css

<style>
 span { border-color: #B0BE06; }

 span { border-color: rgb(176,190,6); }

 td.TdClassName
 {
   border-color: #B0BE06;
 }
 .TagClassName
 {
   border-color: #B0BE06;
 }
</style>