#BAC152

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

Shades of Celery #BAC152

Tints of Celery #BAC152

Color information

#BAC152 (or 0xBAC152) is unknown color: approx Celery. HEX triplet: BA, C1 and 52. RGB value is (186,193,82). Sum of RGB (Red+Green+Blue) = 186+193+82=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC152 is #453EAD. Grayscale: #B2B2B2. Windows color (decimal): -4538030 or 5423546. OLE color: 5423546.

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

Color convert

RGB18619382-
CMYK0.0400.580.24
HSL63.78º47.23%53.92%-
HSV(B)63.78º57.51%75.69%-
XYZ40.8449.1915.32-
YUV178.2573.68133.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 193 (75.78% from 255) = 41.87%
BLUE value IS 82 (32.42% from 255) = 17.79%
R=40.35%
G=41.87%
B=17.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193820.0400.580.2463.7847.2353.92
HexBAC152403A18402f36
Octal2723011224072301005766
Binary101110101100000110100101000111010110001000000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC152; }

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

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

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

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

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

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

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

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