#BAC94C

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

Shades of Celery #BAC94C

Tints of Celery #BAC94C

Color information

#BAC94C (or 0xBAC94C) is unknown color: approx Celery. HEX triplet: BA, C9 and 4C. RGB value is (186,201,76). Sum of RGB (Red+Green+Blue) = 186+201+76=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC94C is #4536B3. Grayscale: #B6B6B6. Windows color (decimal): -4535988 or 5032378. OLE color: 5032378.

HSL color Cylindrical-coordinate representation of color #BAC94C: hue angle of 67.2º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAC94C is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB18620176-
CMYK0.0700.620.21
HSL67.2º53.65%54.31%-
HSV(B)67.2º62.19%78.82%-
XYZ42.4452.7314.78-
YUV182.2668.03130.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 201 (78.91% from 255) = 43.41%
BLUE value IS 76 (30.08% from 255) = 16.41%
R=40.17%
G=43.41%
B=16.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186201760.0700.620.2167.253.6554.31
HexBAC94C703E15433636
Octal2723111147076251036666
Binary101110101100100110011001110111110101011000011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC94C; }

 p { color: rgb(186,201,76); }

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

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

 a { background-color: rgb(186,201,76); }

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

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

 span { border-color: rgb(186,201,76); }

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