#B2BA4C

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

Shades of Celery #B2BA4C

Tints of Celery #B2BA4C

Color information

#B2BA4C (or 0xB2BA4C) is unknown color: approx Celery. HEX triplet: B2, BA and 4C. RGB value is (178,186,76). Sum of RGB (Red+Green+Blue) = 178+186+76=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA4C is #4D45B3. Grayscale: #ABABAB. Windows color (decimal): -5064116 or 5028530. OLE color: 5028530.

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

Color convert

RGB17818676-
CMYK0.0400.590.27
HSL64.36º44.35%51.37%-
HSV(B)64.36º59.14%72.94%-
XYZ37.2245.113.58-
YUV171.0774.35132.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 186 (73.05% from 255) = 42.27%
BLUE value IS 76 (30.08% from 255) = 17.27%
R=40.45%
G=42.27%
B=17.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178186760.0400.590.2764.3644.3551.37
HexB2BA4C403B1B402c33
Octal2622721144073331005463
Binary101100101011101010011001000111011110111000000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BA4C; }

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

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

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

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

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

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

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

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