#BABE4B

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

Shades of Celery #BABE4B

Tints of Celery #BABE4B

Color information

#BABE4B (or 0xBABE4B) is unknown color: approx Celery. HEX triplet: BA, BE and 4B. RGB value is (186,190,75). Sum of RGB (Red+Green+Blue) = 186+190+75=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABE4B is #4541B4. Grayscale: #B0B0B0. Windows color (decimal): -4538805 or 4964026. OLE color: 4964026.

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

Color convert

RGB18619075-
CMYK0.0200.610.25
HSL62.09º46.94%51.96%-
HSV(B)62.09º60.53%74.51%-
XYZ39.9347.7713.77-
YUV175.6971.17135.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 75 (29.69% from 255) = 16.63%
R=41.24%
G=42.13%
B=16.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186190750.0200.610.2562.0946.9451.96
HexBABE4B203D193e2f34
Octal272276113207531765764
Binary1011101010111110100101110011110111001111110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE4B; }

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

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

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

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

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

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

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

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