#BAC853

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

Shades of Celery #BAC853

Tints of Celery #BAC853

Color information

#BAC853 (or 0xBAC853) is unknown color: approx Celery. HEX triplet: BA, C8 and 53. RGB value is (186,200,83). Sum of RGB (Red+Green+Blue) = 186+200+83=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC853 is #4537AC. Grayscale: #B6B6B6. Windows color (decimal): -4536237 or 5490874. OLE color: 5490874.

HSL color Cylindrical-coordinate representation of color #BAC853: hue angle of 67.18º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAC853 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB18620083-
CMYK0.0700.580.22
HSL67.18º51.54%55.49%-
HSV(B)67.18º58.5%78.43%-
XYZ42.4752.3716.05-
YUV182.4871.86130.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 200 (78.52% from 255) = 42.64%
BLUE value IS 83 (32.81% from 255) = 17.70%
R=39.66%
G=42.64%
B=17.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186200830.0700.580.2267.1851.5455.49
HexBAC853703A16433437
Octal2723101237072261036467
Binary101110101100100010100111110111010101101000011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC853; }

 p { color: rgb(186,200,83); }

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

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

 a { background-color: rgb(186,200,83); }

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

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

 span { border-color: rgb(186,200,83); }

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