#BAC144

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

Shades of Celery #BAC144

Tints of Celery #BAC144

Color information

#BAC144 (or 0xBAC144) is unknown color: approx Celery. HEX triplet: BA, C1 and 44. RGB value is (186,193,68). Sum of RGB (Red+Green+Blue) = 186+193+68=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC144 is #453EBB. Grayscale: #B1B1B1. Windows color (decimal): -4538044 or 4506042. OLE color: 4506042.

HSL color Cylindrical-coordinate representation of color #BAC144: hue angle of 63.36º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAC144 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB18619368-
CMYK0.0400.650.24
HSL63.36º50.2%51.18%-
HSV(B)63.36º64.77%75.69%-
XYZ40.364912.8-
YUV176.6666.68134.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 68 (26.95% from 255) = 15.21%
R=41.61%
G=43.18%
B=15.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193680.0400.650.2463.3650.251.18
HexBAC1444041183f3233
Octal2723011044010130776263
Binary101110101100000110001001000100000111000111111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC144; }

 p { color: rgb(186,193,68); }

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

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

 a { background-color: rgb(186,193,68); }

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

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

 span { border-color: rgb(186,193,68); }

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