#B2C804

Color #B2C804 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B2C804

Tints of La Rioja #B2C804

Color information

#B2C804 (or 0xB2C804) is unknown color: approx La Rioja. HEX triplet: B2, C8 and 04. RGB value is (178,200,4). Sum of RGB (Red+Green+Blue) = 178+200+4=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C804 is #4D37FB. Grayscale: #ABABAB. Windows color (decimal): -5060604 or 313522. OLE color: 313522.

HSL color Cylindrical-coordinate representation of color #B2C804: hue angle of 66.73º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2C804 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB1782004-
CMYK0.1100.980.22
HSL66.73º96.08%40%-
HSV(B)66.73º98%78.43%-
XYZ39.0450.787.86-
YUV171.0833.71132.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 200 (78.52% from 255) = 52.36%
BLUE value IS 4 (1.95% from 255) = 1.05%
R=46.60%
G=52.36%
B=1.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17820040.1100.980.2266.7396.0840
HexB2C84B06216436028
Octal26231041301422610314050
Binary10110010110010001001011011000101011010000111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C804; }

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

 H1.HeaderClassName
 {
   color: #B2C804;
 }
 .AnyTagClassName
 {
   color: #B2C804;
 }
</style>
background-color css

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

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

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

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

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

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