Html Css Color HEX #B9B802 La Rioja

📋 copy color: '#B9B802'

red 185 ◦ green 184 ◦ blue 2

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

Shades of La Rioja #B9B802

Tints of La Rioja #B9B802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.6%

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

R = 49.87%
G = 49.6%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B9B802 (or 0xB9B802) is known color: La Rioja. HEX triplet: B9, B8 and 02. RGB value is (185,184,2). Sum of RGB (Red+Green+Blue) = 185+184+2=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B802 is #4647FD. Grayscale: #A4A4A4. Windows color (decimal): -4605950 or 178361. OLE color: 178361.

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

Color convert

RGB 185 184 2 -
CMYK 0 0.01 0.99 0.27
HSL 59.67º 0.98% 0.37% -
HSV(B) 59.67º 0.99% 0.73% -
XYZ 37.16 44.6 6.71 -
YUV 163.55 36.83 143.3 -
System Red Green Blue C M Y K H S L
Decimal 185 184 2 0 0.01 0.99 0.27 59.67 0.98 0.37
Hex B9 B8 2 0 1 63 1B 3C 62 25
Octal 271 270 2 0 1 143 33 74 142 45
Binary 10111001 10111000 10 0 1 1100011 11011 111100 1100010 100101

Color Harmonies of #B9B802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B802

Black with #B9B802

Text Example


Text Example

White with #B9B802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B802; }

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

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

background-color css

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

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

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

border-color css

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

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

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