Html Css Color HEX #B2C304 La Rioja

📋 copy color: '#B2C304'

red 178 ◦ green 195 ◦ blue 4

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

Shades of La Rioja #B2C304

Tints of La Rioja #B2C304

RGB

 RED value IS 178 (69.92% from 255) = 47.21%

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

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

R = 47.21%
G = 51.72%
B = 1.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#B2C304 (or 0xB2C304) is known color: La Rioja. HEX triplet: B2, C3 and 04. RGB value is (178,195,4). Sum of RGB (Red+Green+Blue) = 178+195+4=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C304 is #4D3CFB. Grayscale: #A8A8A8. Windows color (decimal): -5061884 or 312242. OLE color: 312242.

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

Color convert

RGB 178 195 4 -
CMYK 0.09 0 0.98 0.24
HSL 65.34º 0.96% 0.39% -
HSV(B) 65.34º 0.98% 0.76% -
XYZ 37.9 48.5 7.48 -
YUV 168.14 35.37 135.03 -
System Red Green Blue C M Y K H S L
Decimal 178 195 4 0.09 0 0.98 0.24 65.34 0.96 0.39
Hex B2 C3 4 9 0 62 18 41 60 27
Octal 262 303 4 11 0 142 30 101 140 47
Binary 10110010 11000011 100 1001 0 1100010 11000 1000001 1100000 100111

Color Harmonies of #B2C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C304

Black with #B2C304

Text Example


Text Example

White with #B2C304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C304; }

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

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

background-color css

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

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

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

border-color css

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

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

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