#BACC46

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

Shades of Celery #BACC46

Tints of Celery #BACC46

Color information

#BACC46 (or 0xBACC46) is unknown color: approx Celery. HEX triplet: BA, CC and 46. RGB value is (186,204,70). Sum of RGB (Red+Green+Blue) = 186+204+70=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC46 is #4533B9. Grayscale: #B7B7B7. Windows color (decimal): -4535226 or 4639930. OLE color: 4639930.

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

Color convert

RGB18620470-
CMYK0.0900.660.2
HSL68.06º56.78%53.73%-
HSV(B)68.06º65.69%80%-
XYZ42.9554.0713.97-
YUV183.3464.04129.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 204 (80.08% from 255) = 44.35%
BLUE value IS 70 (27.73% from 255) = 15.22%
R=40.43%
G=44.35%
B=15.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186204700.0900.660.268.0656.7853.73
HexBACC46904214443936
Octal272314106110102241047166
Binary10111010110011001000110100101000010101001000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC46; }

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

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

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

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

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

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

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

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