#B9BA02

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

Shades of La Rioja #B9BA02

Tints of La Rioja #B9BA02

Color information

#B9BA02 (or 0xB9BA02) is unknown color: approx La Rioja. HEX triplet: B9, BA and 02. RGB value is (185,186,2). Sum of RGB (Red+Green+Blue) = 185+186+2=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BA02 is #4645FD. Grayscale: #A5A5A5. Windows color (decimal): -4605438 or 178873. OLE color: 178873.

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

Color convert

RGB1851862-
CMYK0.0100.990.27
HSL60.33º97.87%36.86%-
HSV(B)60.33º98.92%72.94%-
XYZ37.5845.446.85-
YUV164.7236.17142.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 186 (73.05% from 255) = 49.87%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=49.60%
G=49.87%
B=0.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518620.0100.990.2760.3397.8736.86
HexB9BA210631B3c6225
Octal271272210143337414245
Binary101110011011101010101100011110111111001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BA02; }

 p { color: rgb(185,186,2); }

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

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

 a { background-color: rgb(185,186,2); }

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

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

 span { border-color: rgb(185,186,2); }

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