#BAC23E

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

Shades of Celery #BAC23E

Tints of Celery #BAC23E

Color information

#BAC23E (or 0xBAC23E) is unknown color: approx Celery. HEX triplet: BA, C2 and 3E. RGB value is (186,194,62). Sum of RGB (Red+Green+Blue) = 186+194+62=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC23E is #453DC1. Grayscale: #B1B1B1. Windows color (decimal): -4537794 or 4113082. OLE color: 4113082.

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

Color convert

RGB18619462-
CMYK0.0400.680.24
HSL63.64º51.97%50.2%-
HSV(B)63.64º68.04%76.08%-
XYZ40.4149.3711.96-
YUV176.5663.35134.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 194 (76.17% from 255) = 43.89%
BLUE value IS 62 (24.61% from 255) = 14.03%
R=42.08%
G=43.89%
B=14.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186194620.0400.680.2463.6451.9750.2
HexBAC23E404418403432
Octal2723027640104301006462
Binary101110101100001011111010001000100110001000000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC23E; }

 p { color: rgb(186,194,62); }

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

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

 a { background-color: rgb(186,194,62); }

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

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

 span { border-color: rgb(186,194,62); }

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