#B5BB02

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

Shades of La Rioja #B5BB02

Tints of La Rioja #B5BB02

Color information

#B5BB02 (or 0xB5BB02) is unknown color: approx La Rioja. HEX triplet: B5, BB and 02. RGB value is (181,187,2). Sum of RGB (Red+Green+Blue) = 181+187+2=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BB02 is #4A44FD. Grayscale: #A4A4A4. Windows color (decimal): -4867326 or 179125. OLE color: 179125.

HSL color Cylindrical-coordinate representation of color #B5BB02: hue angle of 61.95º 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 #B5BB02 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1811872-
CMYK0.0300.990.27
HSL61.95º97.88%37.06%-
HSV(B)61.95º98.93%73.33%-
XYZ36.8445.376.87-
YUV164.1236.51140.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 187 (73.44% from 255) = 50.54%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=48.92%
G=50.54%
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
Decimal18118720.0300.990.2761.9597.8837.06
HexB5BB230631B3e6225
Octal265273230143337614245
Binary1011010110111011101101100011110111111101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BB02; }

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

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

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

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

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

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

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

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