#BACC42

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

Shades of Celery #BACC42

Tints of Celery #BACC42

Color information

#BACC42 (or 0xBACC42) is unknown color: approx Celery. HEX triplet: BA, CC and 42. RGB value is (186,204,66). Sum of RGB (Red+Green+Blue) = 186+204+66=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC42 is #4533BD. Grayscale: #B7B7B7. Windows color (decimal): -4535230 or 4377786. OLE color: 4377786.

HSL color Cylindrical-coordinate representation of color #BACC42: hue angle of 67.83º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BACC42 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB18620466-
CMYK0.0900.680.2
HSL67.83º57.5%52.94%-
HSV(B)67.83º67.65%80%-
XYZ42.8354.0213.32-
YUV182.8962.04130.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 204 (80.08% from 255) = 44.74%
BLUE value IS 66 (26.17% from 255) = 14.47%
R=40.79%
G=44.74%
B=14.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186204660.0900.680.267.8357.552.94
HexBACC42904414443a35
Octal272314102110104241047265
Binary10111010110011001000010100101000100101001000100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC42; }

 p { color: rgb(186,204,66); }

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

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

 a { background-color: rgb(186,204,66); }

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

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

 span { border-color: rgb(186,204,66); }

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