#babe3c

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

Shades of Celery #BABE3C

Tints of Celery #BABE3C

Color information

#BABE3C (or 0xBABE3C) is unknown color: approx Celery. HEX triplet: BA, BE and 3C. RGB value is (186,190,60). Sum of RGB (Red+Green+Blue) = 186+190+60=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABE3C is #4541C3. Grayscale: #AEAEAE. Windows color (decimal): -4538820 or 3980986. OLE color: 3980986.

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

Color convert

RGB18619060-
CMYK0.0200.680.25
HSL61.85º52%49.02%-
HSV(B)61.85º68.42%74.51%-
XYZ39.4847.5911.38-
YUV173.9863.67136.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 190 (74.61% from 255) = 43.58%
BLUE value IS 60 (23.83% from 255) = 13.76%
R=42.66%
G=43.58%
B=13.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186190600.0200.680.2561.855249.02
HexBABE3C2044193e3431
Octal272276742010431766461
Binary1011101010111110111100100100010011001111110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #babe3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #babe3c; }

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

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

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

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

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

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

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

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