#BABF3F

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

Shades of Celery #BABF3F

Tints of Celery #BABF3F

Color information

#BABF3F (or 0xBABF3F) is unknown color: approx Celery. HEX triplet: BA, BF and 3F. RGB value is (186,191,63). Sum of RGB (Red+Green+Blue) = 186+191+63=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF3F is #4540C0. Grayscale: #AFAFAF. Windows color (decimal): -4538561 or 4177850. OLE color: 4177850.

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

Color convert

RGB18619163-
CMYK0.0300.670.25
HSL62.34º50.39%49.8%-
HSV(B)62.34º67.02%74.9%-
XYZ39.7848.0611.88-
YUV174.9164.84135.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 63 (25% from 255) = 14.32%
R=42.27%
G=43.41%
B=14.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191630.0300.670.2562.3450.3949.8
HexBABF3F3043193e3232
Octal272277773010331766262
Binary1011101010111111111111110100001111001111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF3F; }

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

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

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

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

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

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

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

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