#bac540

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

Shades of Celery #BAC540

Tints of Celery #BAC540

Color information

#BAC540 (or 0xBAC540) is unknown color: approx Celery. HEX triplet: BA, C5 and 40. RGB value is (186,197,64). Sum of RGB (Red+Green+Blue) = 186+197+64=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC540 is #453ABF. Grayscale: #B3B3B3. Windows color (decimal): -4537024 or 4244922. OLE color: 4244922.

HSL color Cylindrical-coordinate representation of color #BAC540: hue angle of 64.96º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAC540 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB18619764-
CMYK0.0600.680.23
HSL64.96º53.41%51.18%-
HSV(B)64.96º67.51%77.25%-
XYZ41.1450.7412.48-
YUV178.5563.36133.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 197 (77.34% from 255) = 44.07%
BLUE value IS 64 (25.39% from 255) = 14.32%
R=41.61%
G=44.07%
B=14.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186197640.0600.680.2364.9653.4151.18
HexBAC540604417413533
Octal27230510060104271016563
Binary1011101011000101100000011001000100101111000001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bac540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bac540; }

 p { color: rgb(186,197,64); }

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

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

 a { background-color: rgb(186,197,64); }

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

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

 span { border-color: rgb(186,197,64); }

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