#bac63b

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

Shades of Celery #BAC63B

Tints of Celery #BAC63B

Color information

#BAC63B (or 0xBAC63B) is unknown color: approx Celery. HEX triplet: BA, C6 and 3B. RGB value is (186,198,59). Sum of RGB (Red+Green+Blue) = 186+198+59=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 59 (23.44% from 255 or 13.32% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC63B is #4539C4. Grayscale: #B3B3B3. Windows color (decimal): -4536773 or 3917498. OLE color: 3917498.

HSL color Cylindrical-coordinate representation of color #BAC63B: hue angle of 65.18º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAC63B is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB18619859-
CMYK0.0600.700.22
HSL65.18º54.94%50.39%-
HSV(B)65.18º70.2%77.65%-
XYZ41.2351.1411.84-
YUV178.5760.52133.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 198 (77.73% from 255) = 44.70%
BLUE value IS 59 (23.44% from 255) = 13.32%
R=41.99%
G=44.70%
B=13.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186198590.0600.700.2265.1854.9450.39
HexBAC63B604616413732
Octal2723067360106261016762
Binary101110101100011011101111001000110101101000001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bac63b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bac63b; }

 p { color: rgb(186,198,59); }

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

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

 a { background-color: rgb(186,198,59); }

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

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

 span { border-color: rgb(186,198,59); }

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