#B0BD06

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

Shades of La Rioja #B0BD06

Tints of La Rioja #B0BD06

Color information

#B0BD06 (or 0xB0BD06) is unknown color: approx La Rioja. HEX triplet: B0, BD and 06. RGB value is (176,189,6). Sum of RGB (Red+Green+Blue) = 176+189+6=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BD06 is #4F42F9. Grayscale: #A4A4A4. Windows color (decimal): -5194490 or 441776. OLE color: 441776.

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

Color convert

RGB1761896-
CMYK0.0700.970.26
HSL64.26º93.85%38.24%-
HSV(B)64.26º96.83%74.12%-
XYZ36.1345.647.08-
YUV164.2538.69136.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 189 (74.22% from 255) = 50.94%
BLUE value IS 6 (2.73% from 255) = 1.62%
R=47.44%
G=50.94%
B=1.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17618960.0700.970.2664.2693.8538.24
HexB0BD670611A405e26
Octal2602756701413210013646
Binary1011000010111101110111011000011101010000001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BD06; }

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

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

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

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

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

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

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

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