#BABE4D

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

Shades of Celery #BABE4D

Tints of Celery #BABE4D

Color information

#BABE4D (or 0xBABE4D) is unknown color: approx Celery. HEX triplet: BA, BE and 4D. RGB value is (186,190,77). Sum of RGB (Red+Green+Blue) = 186+190+77=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABE4D is #4541B2. Grayscale: #B0B0B0. Windows color (decimal): -4538803 or 5095098. OLE color: 5095098.

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

Color convert

RGB18619077-
CMYK0.0200.590.25
HSL62.12º46.5%52.35%-
HSV(B)62.12º59.47%74.51%-
XYZ4047.814.14-
YUV175.9272.17135.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 190 (74.61% from 255) = 41.94%
BLUE value IS 77 (30.47% from 255) = 17.00%
R=41.06%
G=41.94%
B=17.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186190770.0200.590.2562.1246.552.35
HexBABE4D203B193e2f34
Octal272276115207331765764
Binary1011101010111110100110110011101111001111110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE4D; }

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

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

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

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

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

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

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

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