#BAC23A

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

Shades of Celery #BAC23A

Tints of Celery #BAC23A

Color information

#BAC23A (or 0xBAC23A) is unknown color: approx Celery. HEX triplet: BA, C2 and 3A. RGB value is (186,194,58). Sum of RGB (Red+Green+Blue) = 186+194+58=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC23A is #453DC5. Grayscale: #B0B0B0. Windows color (decimal): -4537798 or 3850938. OLE color: 3850938.

HSL color Cylindrical-coordinate representation of color #BAC23A: hue angle of 63.53º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAC23A is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB18619458-
CMYK0.0400.700.24
HSL63.53º53.97%49.41%-
HSV(B)63.53º70.1%76.08%-
XYZ40.3149.3311.4-
YUV176.161.35135.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 194 (76.17% from 255) = 44.29%
BLUE value IS 58 (23.05% from 255) = 13.24%
R=42.47%
G=44.29%
B=13.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186194580.0400.700.2463.5353.9749.41
HexBAC23A404618403631
Octal2723027240106301006661
Binary101110101100001011101010001000110110001000000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC23A; }

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

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

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

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

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

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

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

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