Html Css Color HEX #B9B800 La Rioja

📋 copy color: '#B9B800'

red 185 ◦ green 184 ◦ blue 0

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

Shades of La Rioja #B9B800

Tints of La Rioja #B9B800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.14%
G = 49.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B9B800 (or 0xB9B800) is known color: La Rioja. HEX triplet: B9, B8 and 00. RGB value is (185,184,0). Sum of RGB (Red+Green+Blue) = 185+184+0=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B800 is #4647FF. Grayscale: #A4A4A4. Windows color (decimal): -4605952 or 47289. OLE color: 47289.

HSL color Cylindrical-coordinate representation of color #B9B800: hue angle of 59.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9B800 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 184 0 -
CMYK 0 0.01 1 0.27
HSL 59.68º 1% 0.36% -
HSV(B) 59.68º 1% 0.73% -
XYZ 37.15 44.6 6.65 -
YUV 163.32 35.83 143.46 -
System Red Green Blue C M Y K H S L
Decimal 185 184 0 0 0.01 1 0.27 59.68 1 0.36
Hex B9 B8 0 0 1 64 1B 3C 64 24
Octal 271 270 0 0 1 144 33 74 144 44
Binary 10111001 10111000 0 0 1 1100100 11011 111100 1100100 100100

Color Harmonies of #B9B800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B800

Black with #B9B800

Text Example


Text Example

White with #B9B800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B800; }

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

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

background-color css

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

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

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

border-color css

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

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

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