Html Css Color HEX #B9C208 La Rioja

📋 copy color: '#B9C208'

red 185 ◦ green 194 ◦ blue 8

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

Shades of La Rioja #B9C208

Tints of La Rioja #B9C208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.13%

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

R = 47.8%
G = 50.13%
B = 2.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#B9C208 (or 0xB9C208) is known color: La Rioja. HEX triplet: B9, C2 and 08. RGB value is (185,194,8). Sum of RGB (Red+Green+Blue) = 185+194+8=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C208 is #463DF7. Grayscale: #AAAAAA. Windows color (decimal): -4603384 or 574137. OLE color: 574137.

HSL color Cylindrical-coordinate representation of color #B9C208: hue angle of 62.9º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9C208 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 8 -
CMYK 0.05 0 0.96 0.24
HSL 62.9º 0.92% 0.4% -
HSV(B) 62.9º 0.96% 0.76% -
XYZ 39.34 48.92 7.6 -
YUV 170.11 36.52 138.62 -
System Red Green Blue C M Y K H S L
Decimal 185 194 8 0.05 0 0.96 0.24 62.9 0.92 0.4
Hex B9 C2 8 5 0 60 18 3F 5C 28
Octal 271 302 10 5 0 140 30 77 134 50
Binary 10111001 11000010 1000 101 0 1100000 11000 111111 1011100 101000

Color Harmonies of #B9C208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C208

Black with #B9C208

Text Example


Text Example

White with #B9C208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C208; }

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

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

background-color css

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

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

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

border-color css

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

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

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