Html Css Color HEX #B9A802 La Rioja

📋 copy color: '#B9A802'

red 185 ◦ green 168 ◦ blue 2

#B9A802
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #B9A802

Tints of La Rioja #B9A802

RGB

 RED value IS 185 (72.66% from 255) = 52.11%

 GREEN value IS 168 (66.02% from 255) = 47.32%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 52.11%
G = 47.32%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B9A802 (or 0xB9A802) is known color: La Rioja. HEX triplet: B9, A8 and 02. RGB value is (185,168,2). Sum of RGB (Red+Green+Blue) = 185+168+2=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A802 is #4657FD. Grayscale: #9A9A9A. Windows color (decimal): -4610046 or 174265. OLE color: 174265.

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

Color convert

RGB 185 168 2 -
CMYK 0 0.09 0.99 0.27
HSL 54.43º 0.98% 0.37% -
HSV(B) 54.43º 0.99% 0.73% -
XYZ 34.02 38.32 5.66 -
YUV 154.16 42.13 150 -
System Red Green Blue C M Y K H S L
Decimal 185 168 2 0 0.09 0.99 0.27 54.43 0.98 0.37
Hex B9 A8 2 0 9 63 1B 36 62 25
Octal 271 250 2 0 11 143 33 66 142 45
Binary 10111001 10101000 10 0 1001 1100011 11011 110110 1100010 100101

Color Harmonies of #B9A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A802

Black with #B9A802

Text Example


Text Example

White with #B9A802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A802; }

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

 H1.HeaderClassName
 {
   color: #B9A802;
 }
 .AnyTagClassName
 {
   color: #B9A802;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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