#BAC652

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

Shades of Celery #BAC652

Tints of Celery #BAC652

Color information

#BAC652 (or 0xBAC652) is unknown color: approx Celery. HEX triplet: BA, C6 and 52. RGB value is (186,198,82). Sum of RGB (Red+Green+Blue) = 186+198+82=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC652 is #4539AD. Grayscale: #B5B5B5. Windows color (decimal): -4536750 or 5424826. OLE color: 5424826.

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

Color convert

RGB18619882-
CMYK0.0600.590.22
HSL66.21º50.43%54.9%-
HSV(B)66.21º58.59%77.65%-
XYZ41.9751.4415.7-
YUV181.1972.02131.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 198 (77.73% from 255) = 42.49%
BLUE value IS 82 (32.42% from 255) = 17.60%
R=39.91%
G=42.49%
B=17.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186198820.0600.590.2266.2150.4354.9
HexBAC652603B16423237
Octal2723061226073261026267
Binary101110101100011010100101100111011101101000010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC652; }

 p { color: rgb(186,198,82); }

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

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

 a { background-color: rgb(186,198,82); }

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

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

 span { border-color: rgb(186,198,82); }

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