Html Css Color HEX #B9C000 La Rioja

📋 copy color: '#B9C000'

red 185 ◦ green 192 ◦ blue 0

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

Shades of La Rioja #B9C000

Tints of La Rioja #B9C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.93%

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

R = 49.07%
G = 50.93%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#B9C000 (or 0xB9C000) is known color: La Rioja. HEX triplet: B9, C0 and 00. RGB value is (185,192,0). Sum of RGB (Red+Green+Blue) = 185+192+0=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C000 is #463FFF. Grayscale: #A8A8A8. Windows color (decimal): -4603904 or 49337. OLE color: 49337.

HSL color Cylindrical-coordinate representation of color #B9C000: hue angle of 62.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9C000 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 0 -
CMYK 0.04 0 1 0.25
HSL 62.19º 1% 0.38% -
HSV(B) 62.19º 1% 0.75% -
XYZ 38.86 48.01 7.22 -
YUV 168.02 33.18 140.11 -
System Red Green Blue C M Y K H S L
Decimal 185 192 0 0.04 0 1 0.25 62.19 1 0.38
Hex B9 C0 0 4 0 64 19 3E 64 26
Octal 271 300 0 4 0 144 31 76 144 46
Binary 10111001 11000000 0 100 0 1100100 11001 111110 1100100 100110

Color Harmonies of #B9C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C000

Black with #B9C000

Text Example


Text Example

White with #B9C000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C000; }

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

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

background-color css

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

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

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

border-color css

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

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

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