Html Css Color HEX #B9C404 La Rioja

📋 copy color: '#B9C404'

red 185 ◦ green 196 ◦ blue 4

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

Shades of La Rioja #B9C404

Tints of La Rioja #B9C404

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.91%

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

R = 48.05%
G = 50.91%
B = 1.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#B9C404 (or 0xB9C404) is known color: La Rioja. HEX triplet: B9, C4 and 04. RGB value is (185,196,4). Sum of RGB (Red+Green+Blue) = 185+196+4=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C404 is #463BFB. Grayscale: #ABABAB. Windows color (decimal): -4602876 or 312505. OLE color: 312505.

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

Color convert

RGB 185 196 4 -
CMYK 0.06 0 0.98 0.23
HSL 63.44º 0.96% 0.39% -
HSV(B) 63.44º 0.98% 0.77% -
XYZ 39.77 49.8 7.63 -
YUV 170.82 33.86 138.11 -
System Red Green Blue C M Y K H S L
Decimal 185 196 4 0.06 0 0.98 0.23 63.44 0.96 0.39
Hex B9 C4 4 6 0 62 17 3F 60 27
Octal 271 304 4 6 0 142 27 77 140 47
Binary 10111001 11000100 100 110 0 1100010 10111 111111 1100000 100111

Color Harmonies of #B9C404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C404

Black with #B9C404

Text Example


Text Example

White with #B9C404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C404; }

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

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

background-color css

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

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

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

border-color css

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

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

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