#B2C84E

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

Shades of Celery #B2C84E

Tints of Celery #B2C84E

Color information

#B2C84E (or 0xB2C84E) is unknown color: approx Celery. HEX triplet: B2, C8 and 4E. RGB value is (178,200,78). Sum of RGB (Red+Green+Blue) = 178+200+78=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C84E is #4D37B1. Grayscale: #B3B3B3. Windows color (decimal): -5060530 or 5163186. OLE color: 5163186.

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

Color convert

RGB17820078-
CMYK0.1100.610.22
HSL70.82º52.59%54.51%-
HSV(B)70.82º61%78.43%-
XYZ40.3951.3214.99-
YUV179.5170.71126.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 200 (78.52% from 255) = 43.86%
BLUE value IS 78 (30.86% from 255) = 17.11%
R=39.04%
G=43.86%
B=17.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178200780.1100.610.2270.8252.5954.51
HexB2C84EB03D16473537
Octal26231011613075261076567
Binary1011001011001000100111010110111101101101000111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C84E; }

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

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

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

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

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

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

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

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