#BACE41

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

Shades of Celery #BACE41

Tints of Celery #BACE41

Color information

#BACE41 (or 0xBACE41) is unknown color: approx Celery. HEX triplet: BA, CE and 41. RGB value is (186,206,65). Sum of RGB (Red+Green+Blue) = 186+206+65=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE41 is #4531BE. Grayscale: #B8B8B8. Windows color (decimal): -4534719 or 4312762. OLE color: 4312762.

HSL color Cylindrical-coordinate representation of color #BACE41: hue angle of 68.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BACE41 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB18620665-
CMYK0.1000.680.19
HSL68.51º59%53.14%-
HSV(B)68.51º68.45%80.78%-
XYZ43.2854.9613.33-
YUV183.9560.87129.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 206 (80.86% from 255) = 45.08%
BLUE value IS 65 (25.78% from 255) = 14.22%
R=40.70%
G=45.08%
B=14.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186206650.1000.680.1968.515953.14
HexBACE41A04413453b35
Octal272316101120104231057365
Binary10111010110011101000001101001000100100111000101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACE41; }

 p { color: rgb(186,206,65); }

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

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

 a { background-color: rgb(186,206,65); }

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

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

 span { border-color: rgb(186,206,65); }

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