Html Css Color HEX #B9C204 La Rioja

📋 copy color: '#B9C204'

red 185 ◦ green 194 ◦ blue 4

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

Shades of La Rioja #B9C204

Tints of La Rioja #B9C204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 48.3%
G = 50.65%
B = 1.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#B9C204 (or 0xB9C204) is known color: La Rioja. HEX triplet: B9, C2 and 04. RGB value is (185,194,4). Sum of RGB (Red+Green+Blue) = 185+194+4=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C204 is #463DFB. Grayscale: #AAAAAA. Windows color (decimal): -4603388 or 311993. OLE color: 311993.

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

Color convert

RGB 185 194 4 -
CMYK 0.05 0 0.98 0.24
HSL 62.84º 0.96% 0.39% -
HSV(B) 62.84º 0.98% 0.76% -
XYZ 39.32 48.91 7.48 -
YUV 169.65 34.52 138.95 -
System Red Green Blue C M Y K H S L
Decimal 185 194 4 0.05 0 0.98 0.24 62.84 0.96 0.39
Hex B9 C2 4 5 0 62 18 3F 60 27
Octal 271 302 4 5 0 142 30 77 140 47
Binary 10111001 11000010 100 101 0 1100010 11000 111111 1100000 100111

Color Harmonies of #B9C204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C204

Black with #B9C204

Text Example


Text Example

White with #B9C204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C204; }

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

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

background-color css

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

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

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

border-color css

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

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

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