#b2d040

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

Shades of Celery #B2D040

Tints of Celery #B2D040

Color information

#B2D040 (or 0xB2D040) is unknown color: approx Celery. HEX triplet: B2, D0 and 40. RGB value is (178,208,64). Sum of RGB (Red+Green+Blue) = 178+208+64=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D040 is #4D2FBF. Grayscale: #B7B7B7. Windows color (decimal): -5058496 or 4247730. OLE color: 4247730.

HSL color Cylindrical-coordinate representation of color #B2D040: hue angle of 72.5º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2D040 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB17820864-
CMYK0.1400.690.18
HSL72.5º60.5%53.33%-
HSV(B)72.5º69.23%81.57%-
XYZ41.8454.9513.25-
YUV182.6161.06124.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 208 (81.64% from 255) = 46.22%
BLUE value IS 64 (25.39% from 255) = 14.22%
R=39.56%
G=46.22%
B=14.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178208640.1400.690.1872.560.553.33
HexB2D040E04512483d35
Octal262320100160105221107565
Binary10110010110100001000000111001000101100101001000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2d040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2d040; }

 p { color: rgb(178,208,64); }

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

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

 a { background-color: rgb(178,208,64); }

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

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

 span { border-color: rgb(178,208,64); }

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