Html Css Color HEX #B0C304 La Rioja

📋 copy color: '#B0C304'

red 176 ◦ green 195 ◦ blue 4

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

Shades of La Rioja #B0C304

Tints of La Rioja #B0C304

RGB

 RED value IS 176 (69.14% from 255) = 46.93%

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

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

R = 46.93%
G = 52%
B = 1.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#B0C304 (or 0xB0C304) is known color: La Rioja. HEX triplet: B0, C3 and 04. RGB value is (176,195,4). Sum of RGB (Red+Green+Blue) = 176+195+4=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C304 is #4F3CFB. Grayscale: #A8A8A8. Windows color (decimal): -5192956 or 312240. OLE color: 312240.

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

Color convert

RGB 176 195 4 -
CMYK 0.10 0 0.98 0.24
HSL 65.97º 0.96% 0.39% -
HSV(B) 65.97º 0.98% 0.76% -
XYZ 37.44 48.27 7.46 -
YUV 167.55 35.71 134.03 -
System Red Green Blue C M Y K H S L
Decimal 176 195 4 0.10 0 0.98 0.24 65.97 0.96 0.39
Hex B0 C3 4 A 0 62 18 42 60 27
Octal 260 303 4 12 0 142 30 102 140 47
Binary 10110000 11000011 100 1010 0 1100010 11000 1000010 1100000 100111

Color Harmonies of #B0C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C304

Black with #B0C304

Text Example


Text Example

White with #B0C304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C304; }

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

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

background-color css

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

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

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

border-color css

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

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

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