#B6BB02

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

Shades of La Rioja #B6BB02

Tints of La Rioja #B6BB02

Color information

#B6BB02 (or 0xB6BB02) is unknown color: approx La Rioja. HEX triplet: B6, BB and 02. RGB value is (182,187,2). Sum of RGB (Red+Green+Blue) = 182+187+2=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BB02 is #4944FD. Grayscale: #A5A5A5. Windows color (decimal): -4801790 or 179126. OLE color: 179126.

HSL color Cylindrical-coordinate representation of color #B6BB02: hue angle of 61.62º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6BB02 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1821872-
CMYK0.0300.990.27
HSL61.62º97.88%37.06%-
HSV(B)61.62º98.93%73.33%-
XYZ37.0745.496.88-
YUV164.4236.34140.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=49.06%
G=50.40%
B=0.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18218720.0300.990.2761.6297.8837.06
HexB6BB230631B3e6225
Octal266273230143337614245
Binary1011011010111011101101100011110111111101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BB02; }

 p { color: rgb(182,187,2); }

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

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

 a { background-color: rgb(182,187,2); }

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

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

 span { border-color: rgb(182,187,2); }

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