#BACE4A

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

Shades of Celery #BACE4A

Tints of Celery #BACE4A

Color information

#BACE4A (or 0xBACE4A) is unknown color: approx Celery. HEX triplet: BA, CE and 4A. RGB value is (186,206,74). Sum of RGB (Red+Green+Blue) = 186+206+74=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE4A is #4531B5. Grayscale: #B9B9B9. Windows color (decimal): -4534710 or 4902586. OLE color: 4902586.

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

Color convert

RGB18620674-
CMYK0.1000.640.19
HSL69.09º57.39%54.9%-
HSV(B)69.09º64.08%80.78%-
XYZ43.5655.0814.81-
YUV184.9765.37128.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 206 (80.86% from 255) = 44.21%
BLUE value IS 74 (29.30% from 255) = 15.88%
R=39.91%
G=44.21%
B=15.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186206740.1000.640.1969.0957.3954.9
HexBACE4AA04013453937
Octal272316112120100231057167
Binary10111010110011101001010101001000000100111000101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACE4A; }

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

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

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

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

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

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

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

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