Html Css Color HEX #B9C008 La Rioja

📋 copy color: '#B9C008'

red 185 ◦ green 192 ◦ blue 8

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

Shades of La Rioja #B9C008

Tints of La Rioja #B9C008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.08%

R = 48.05%
G = 49.87%
B = 2.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#B9C008 (or 0xB9C008) is known color: La Rioja. HEX triplet: B9, C0 and 08. RGB value is (185,192,8). Sum of RGB (Red+Green+Blue) = 185+192+8=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C008 is #463FF7. Grayscale: #A9A9A9. Windows color (decimal): -4603896 or 573625. OLE color: 573625.

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

Color convert

RGB 185 192 8 -
CMYK 0.04 0 0.96 0.25
HSL 62.28º 0.92% 0.39% -
HSV(B) 62.28º 0.96% 0.75% -
XYZ 38.9 48.03 7.45 -
YUV 168.93 37.18 139.46 -
System Red Green Blue C M Y K H S L
Decimal 185 192 8 0.04 0 0.96 0.25 62.28 0.92 0.39
Hex B9 C0 8 4 0 60 19 3E 5C 27
Octal 271 300 10 4 0 140 31 76 134 47
Binary 10111001 11000000 1000 100 0 1100000 11001 111110 1011100 100111

Color Harmonies of #B9C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C008

Black with #B9C008

Text Example


Text Example

White with #B9C008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C008; }

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

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

background-color css

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

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

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

border-color css

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

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

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