#BEB940

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

Shades of Celery #BEB940

Tints of Celery #BEB940

Color information

#BEB940 (or 0xBEB940) is unknown color: approx Celery. HEX triplet: BE, B9 and 40. RGB value is (190,185,64). Sum of RGB (Red+Green+Blue) = 190+185+64=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB940 is #4146BF. Grayscale: #ADADAD. Windows color (decimal): -4277952 or 4241854. OLE color: 4241854.

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

Color convert

RGB19018564-
CMYK00.030.660.25
HSL57.62º49.61%49.8%-
HSV(B)57.62º66.32%74.51%-
XYZ39.5146.0211.65-
YUV172.766.66140.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 64 (25.39% from 255) = 14.58%
R=43.28%
G=42.14%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901856400.030.660.2557.6249.6149.8
HexBEB9400342193a3232
Octal2762711000310231726262
Binary10111110101110011000000011100001011001111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB940; }

 p { color: rgb(190,185,64); }

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

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

 a { background-color: rgb(190,185,64); }

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

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

 span { border-color: rgb(190,185,64); }

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