#b2ba44

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

Shades of Celery #B2BA44

Tints of Celery #B2BA44

Color information

#B2BA44 (or 0xB2BA44) is unknown color: approx Celery. HEX triplet: B2, BA and 44. RGB value is (178,186,68). Sum of RGB (Red+Green+Blue) = 178+186+68=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA44 is #4D45BB. Grayscale: #AAAAAA. Windows color (decimal): -5064124 or 4504242. OLE color: 4504242.

HSL color Cylindrical-coordinate representation of color #B2BA44: hue angle of 64.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2BA44 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB17818668-
CMYK0.0400.630.27
HSL64.07º46.46%49.8%-
HSV(B)64.07º63.44%72.94%-
XYZ36.964512.21-
YUV170.1670.35133.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 68 (26.95% from 255) = 15.74%
R=41.20%
G=43.06%
B=15.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178186680.0400.630.2764.0746.4649.8
HexB2BA44403F1B402e32
Octal2622721044077331005662
Binary101100101011101010001001000111111110111000000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2ba44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2ba44; }

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

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

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

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

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

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

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

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