#B2C844

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

Shades of Celery #B2C844

Tints of Celery #B2C844

Color information

#B2C844 (or 0xB2C844) is unknown color: approx Celery. HEX triplet: B2, C8 and 44. RGB value is (178,200,68). Sum of RGB (Red+Green+Blue) = 178+200+68=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C844 is #4D37BB. Grayscale: #B2B2B2. Windows color (decimal): -5060540 or 4507826. OLE color: 4507826.

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

Color convert

RGB17820068-
CMYK0.1100.660.22
HSL70º54.55%52.55%-
HSV(B)70º66%78.43%-
XYZ40.0651.1913.24-
YUV178.3765.71127.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 68 (26.95% from 255) = 15.25%
R=39.91%
G=44.84%
B=15.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178200680.1100.660.227054.5552.55
HexB2C844B04216463735
Octal262310104130102261066765
Binary10110010110010001000100101101000010101101000110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C844; }

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

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

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

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

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

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

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

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