#BACC45

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

Shades of Celery #BACC45

Tints of Celery #BACC45

Color information

#BACC45 (or 0xBACC45) is unknown color: approx Celery. HEX triplet: BA, CC and 45. RGB value is (186,204,69). Sum of RGB (Red+Green+Blue) = 186+204+69=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC45 is #4533BA. Grayscale: #B7B7B7. Windows color (decimal): -4535227 or 4574394. OLE color: 4574394.

HSL color Cylindrical-coordinate representation of color #BACC45: hue angle of 68º 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 #BACC45 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB18620469-
CMYK0.0900.660.2
HSL68º56.96%53.53%-
HSV(B)68º66.18%80%-
XYZ42.9254.0513.8-
YUV183.2363.54129.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 69 (27.34% from 255) = 15.03%
R=40.52%
G=44.44%
B=15.03%

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
Decimal186204690.0900.660.26856.9653.53
HexBACC45904214443936
Octal272314105110102241047166
Binary10111010110011001000101100101000010101001000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC45; }

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

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

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

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

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

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

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

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