#BABF3C

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

Shades of Celery #BABF3C

Tints of Celery #BABF3C

Color information

#BABF3C (or 0xBABF3C) is unknown color: approx Celery. HEX triplet: BA, BF and 3C. RGB value is (186,191,60). Sum of RGB (Red+Green+Blue) = 186+191+60=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF3C is #4540C3. Grayscale: #AFAFAF. Windows color (decimal): -4538564 or 3981242. OLE color: 3981242.

HSL color Cylindrical-coordinate representation of color #BABF3C: hue angle of 62.29º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BABF3C is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB18619160-
CMYK0.0300.690.25
HSL62.29º52.19%49.22%-
HSV(B)62.29º68.59%74.9%-
XYZ39.748.0311.45-
YUV174.5763.34136.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 191 (75% from 255) = 43.71%
BLUE value IS 60 (23.83% from 255) = 13.73%
R=42.56%
G=43.71%
B=13.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191600.0300.690.2562.2952.1949.22
HexBABF3C3045193e3431
Octal272277743010531766461
Binary1011101010111111111100110100010111001111110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF3C; }

 p { color: rgb(186,191,60); }

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

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

 a { background-color: rgb(186,191,60); }

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

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

 span { border-color: rgb(186,191,60); }

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