#B2CB44

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

Shades of Celery #B2CB44

Tints of Celery #B2CB44

Color information

#B2CB44 (or 0xB2CB44) is unknown color: approx Celery. HEX triplet: B2, CB and 44. RGB value is (178,203,68). Sum of RGB (Red+Green+Blue) = 178+203+68=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB44 is #4D34BB. Grayscale: #B4B4B4. Windows color (decimal): -5059772 or 4508594. OLE color: 4508594.

HSL color Cylindrical-coordinate representation of color #B2CB44: hue angle of 71.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2CB44 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB17820368-
CMYK0.1200.670.20
HSL71.11º56.49%53.14%-
HSV(B)71.11º66.5%79.61%-
XYZ40.7652.5913.47-
YUV180.1464.72126.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 203 (79.69% from 255) = 45.21%
BLUE value IS 68 (26.95% from 255) = 15.14%
R=39.64%
G=45.21%
B=15.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178203680.1200.670.2071.1156.4953.14
HexB2CB44C04314473835
Octal262313104140103241077065
Binary10110010110010111000100110001000011101001000111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CB44; }

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

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

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

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

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

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

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

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