#B3BB02

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

Shades of La Rioja #B3BB02

Tints of La Rioja #B3BB02

Color information

#B3BB02 (or 0xB3BB02) is unknown color: approx La Rioja. HEX triplet: B3, BB and 02. RGB value is (179,187,2). Sum of RGB (Red+Green+Blue) = 179+187+2=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BB02 is #4C44FD. Grayscale: #A4A4A4. Windows color (decimal): -4998398 or 179123. OLE color: 179123.

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

Color convert

RGB1791872-
CMYK0.0400.990.27
HSL62.59º97.88%37.06%-
HSV(B)62.59º98.93%73.33%-
XYZ36.3745.136.85-
YUV163.5236.85139.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.64%
GREEN value IS 187 (73.44% from 255) = 50.82%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=48.64%
G=50.82%
B=0.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17918720.0400.990.2762.5997.8837.06
HexB3BB240631B3f6225
Octal263273240143337714245
Binary10110011101110111010001100011110111111111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BB02; }

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

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

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

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

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

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

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

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