Html Css Color HEX #B2C004 La Rioja

📋 copy color: '#B2C004'

red 178 ◦ green 192 ◦ blue 4

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

Shades of La Rioja #B2C004

Tints of La Rioja #B2C004

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.34%

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

R = 47.59%
G = 51.34%
B = 1.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#B2C004 (or 0xB2C004) is known color: La Rioja. HEX triplet: B2, C0 and 04. RGB value is (178,192,4). Sum of RGB (Red+Green+Blue) = 178+192+4=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 4 (1.95% from 255 or 1.07% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C004 is #4D3FFB. Grayscale: #A7A7A7. Windows color (decimal): -5062652 or 311474. OLE color: 311474.

HSL color Cylindrical-coordinate representation of color #B2C004: hue angle of 64.47º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2C004 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 4 -
CMYK 0.07 0 0.98 0.25
HSL 64.47º 0.96% 0.38% -
HSV(B) 64.47º 0.98% 0.75% -
XYZ 37.23 47.17 7.26 -
YUV 166.38 36.36 136.29 -
System Red Green Blue C M Y K H S L
Decimal 178 192 4 0.07 0 0.98 0.25 64.47 0.96 0.38
Hex B2 C0 4 7 0 62 19 40 60 26
Octal 262 300 4 7 0 142 31 100 140 46
Binary 10110010 11000000 100 111 0 1100010 11001 1000000 1100000 100110

Color Harmonies of #B2C004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C004

Black with #B2C004

Text Example


Text Example

White with #B2C004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C004; }

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

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

background-color css

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

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

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

border-color css

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

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

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