#B2BD11

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

Shades of La Rioja #B2BD11

Tints of La Rioja #B2BD11

Color information

#B2BD11 (or 0xB2BD11) is unknown color: approx La Rioja. HEX triplet: B2, BD and 11. RGB value is (178,189,17). Sum of RGB (Red+Green+Blue) = 178+189+17=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BD11 is #4D42EE. Grayscale: #A6A6A6. Windows color (decimal): -5063407 or 1162674. OLE color: 1162674.

HSL color Cylindrical-coordinate representation of color #B2BD11: hue angle of 63.84º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2BD11 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB17818917-
CMYK0.0600.910.26
HSL63.84º83.5%40.39%-
HSV(B)63.84º91.01%74.12%-
XYZ36.6645.97.46-
YUV166.143.86136.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.35%
GREEN value IS 189 (74.22% from 255) = 49.22%
BLUE value IS 17 (7.03% from 255) = 4.43%
R=46.35%
G=49.22%
B=4.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178189170.0600.910.2663.8483.540.39
HexB2BD11605B1A405328
Octal26227521601333210012350
Binary101100101011110110001110010110111101010000001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD11; }

 p { color: rgb(178,189,17); }

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

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

 a { background-color: rgb(178,189,17); }

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

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

 span { border-color: rgb(178,189,17); }

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