Html Css Color HEX #B9B900 La Rioja

📋 copy color: '#B9B900'

red 185 ◦ green 185 ◦ blue 0

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

Shades of La Rioja #B9B900

Tints of La Rioja #B9B900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B9B900 (or 0xB9B900) is known color: La Rioja. HEX triplet: B9, B9 and 00. RGB value is (185,185,0). Sum of RGB (Red+Green+Blue) = 185+185+0=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B900 is #4646FF. Grayscale: #A4A4A4. Windows color (decimal): -4605696 or 47545. OLE color: 47545.

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

Color convert

RGB 185 185 0 -
CMYK 0 0 1 0.27
HSL 60º 1% 0.36% -
HSV(B) 60º 1% 0.73% -
XYZ 37.36 45.01 6.72 -
YUV 163.91 35.5 143.04 -
System Red Green Blue C M Y K H S L
Decimal 185 185 0 0 0 1 0.27 60 1 0.36
Hex B9 B9 0 0 0 64 1B 3C 64 24
Octal 271 271 0 0 0 144 33 74 144 44
Binary 10111001 10111001 0 0 0 1100100 11011 111100 1100100 100100

Color Harmonies of #B9B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B900

Black with #B9B900

Text Example


Text Example

White with #B9B900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B900; }

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

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

background-color css

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

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

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

border-color css

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

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

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