#BAC452

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

Shades of Celery #BAC452

Tints of Celery #BAC452

Color information

#BAC452 (or 0xBAC452) is unknown color: approx Celery. HEX triplet: BA, C4 and 52. RGB value is (186,196,82). Sum of RGB (Red+Green+Blue) = 186+196+82=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC452 is #453BAD. Grayscale: #B4B4B4. Windows color (decimal): -4537262 or 5424314. OLE color: 5424314.

HSL color Cylindrical-coordinate representation of color #BAC452: hue angle of 65.26º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAC452 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB18619682-
CMYK0.0500.580.23
HSL65.26º49.14%54.51%-
HSV(B)65.26º58.16%76.86%-
XYZ41.5150.5315.55-
YUV180.0172.69132.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 196 (76.95% from 255) = 42.24%
BLUE value IS 82 (32.42% from 255) = 17.67%
R=40.09%
G=42.24%
B=17.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186196820.0500.580.2365.2649.1454.51
HexBAC452503A17413137
Octal2723041225072271016167
Binary101110101100010010100101010111010101111000001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC452; }

 p { color: rgb(186,196,82); }

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

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

 a { background-color: rgb(186,196,82); }

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

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

 span { border-color: rgb(186,196,82); }

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