#BABC4F

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

Shades of Celery #BABC4F

Tints of Celery #BABC4F

Color information

#BABC4F (or 0xBABC4F) is unknown color: approx Celery. HEX triplet: BA, BC and 4F. RGB value is (186,188,79). Sum of RGB (Red+Green+Blue) = 186+188+79=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC4F is #4543B0. Grayscale: #AFAFAF. Windows color (decimal): -4539313 or 5225658. OLE color: 5225658.

HSL color Cylindrical-coordinate representation of color #BABC4F: hue angle of 61.1º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BABC4F is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18618879-
CMYK0.0100.580.26
HSL61.1º44.86%52.35%-
HSV(B)61.1º57.98%73.73%-
XYZ39.6446.9714.37-
YUV174.9873.84135.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 79 (31.25% from 255) = 17.44%
R=41.06%
G=41.50%
B=17.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186188790.0100.580.2661.144.8652.35
HexBABC4F103A1A3d2d34
Octal272274117107232755564
Binary101110101011110010011111011101011010111101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC4F; }

 p { color: rgb(186,188,79); }

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

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

 a { background-color: rgb(186,188,79); }

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

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

 span { border-color: rgb(186,188,79); }

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