#BACD49

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

Shades of Celery #BACD49

Tints of Celery #BACD49

Color information

#BACD49 (or 0xBACD49) is unknown color: approx Celery. HEX triplet: BA, CD and 49. RGB value is (186,205,73). Sum of RGB (Red+Green+Blue) = 186+205+73=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACD49 is #4532B6. Grayscale: #B8B8B8. Windows color (decimal): -4534967 or 4836794. OLE color: 4836794.

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

Color convert

RGB18620573-
CMYK0.0900.640.20
HSL68.64º56.9%54.51%-
HSV(B)68.64º64.39%80.39%-
XYZ43.2854.5814.56-
YUV184.2765.21129.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 205 (80.47% from 255) = 44.18%
BLUE value IS 73 (28.91% from 255) = 15.73%
R=40.09%
G=44.18%
B=15.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186205730.0900.640.2068.6456.954.51
HexBACD49904014453937
Octal272315111110100241057167
Binary10111010110011011001001100101000000101001000101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD49; }

 p { color: rgb(186,205,73); }

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

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

 a { background-color: rgb(186,205,73); }

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

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

 span { border-color: rgb(186,205,73); }

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