#BAC848

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

Shades of Celery #BAC848

Tints of Celery #BAC848

Color information

#BAC848 (or 0xBAC848) is unknown color: approx Celery. HEX triplet: BA, C8 and 48. RGB value is (186,200,72). Sum of RGB (Red+Green+Blue) = 186+200+72=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC848 is #4537B7. Grayscale: #B5B5B5. Windows color (decimal): -4536248 or 4769978. OLE color: 4769978.

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

Color convert

RGB18620072-
CMYK0.0700.640.22
HSL66.56º53.78%53.33%-
HSV(B)66.56º64%78.43%-
XYZ42.0752.2213.99-
YUV181.2266.36131.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 200 (78.52% from 255) = 43.67%
BLUE value IS 72 (28.52% from 255) = 15.72%
R=40.61%
G=43.67%
B=15.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186200720.0700.640.2266.5653.7853.33
HexBAC848704016433635
Octal27231011070100261036665
Binary1011101011001000100100011101000000101101000011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC848; }

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

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

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

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

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

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

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

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