Html Css Color HEX #B9C304 La Rioja

📋 copy color: '#B9C304'

red 185 ◦ green 195 ◦ blue 4

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

Shades of La Rioja #B9C304

Tints of La Rioja #B9C304

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.78%

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

R = 48.18%
G = 50.78%
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

#B9C304 (or 0xB9C304) is known color: La Rioja. HEX triplet: B9, C3 and 04. RGB value is (185,195,4). Sum of RGB (Red+Green+Blue) = 185+195+4=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C304 is #463CFB. Grayscale: #AAAAAA. Windows color (decimal): -4603132 or 312249. OLE color: 312249.

HSL color Cylindrical-coordinate representation of color #B9C304: hue angle of 63.14º 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 #B9C304 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 195 4 -
CMYK 0.05 0 0.98 0.24
HSL 63.14º 0.96% 0.39% -
HSV(B) 63.14º 0.98% 0.76% -
XYZ 39.54 49.35 7.56 -
YUV 170.24 34.19 138.53 -
System Red Green Blue C M Y K H S L
Decimal 185 195 4 0.05 0 0.98 0.24 63.14 0.96 0.39
Hex B9 C3 4 5 0 62 18 3F 60 27
Octal 271 303 4 5 0 142 30 77 140 47
Binary 10111001 11000011 100 101 0 1100010 11000 111111 1100000 100111

Color Harmonies of #B9C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C304

Black with #B9C304

Text Example


Text Example

White with #B9C304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C304; }

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

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

background-color css

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

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

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

border-color css

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

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

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