#BEB94E

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

Shades of Celery #BEB94E

Tints of Celery #BEB94E

Color information

#BEB94E (or 0xBEB94E) is unknown color: approx Celery. HEX triplet: BE, B9 and 4E. RGB value is (190,185,78). Sum of RGB (Red+Green+Blue) = 190+185+78=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB94E is #4146B1. Grayscale: #AEAEAE. Windows color (decimal): -4277938 or 5159358. OLE color: 5159358.

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

Color convert

RGB19018578-
CMYK00.030.590.25
HSL57.32º46.28%52.55%-
HSV(B)57.32º58.95%74.51%-
XYZ39.9646.214.02-
YUV174.373.66139.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 185 (72.66% from 255) = 40.84%
BLUE value IS 78 (30.86% from 255) = 17.22%
R=41.94%
G=40.84%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901857800.030.590.2557.3246.2852.55
HexBEB94E033B19392e35
Octal276271116037331715665
Binary1011111010111001100111001111101111001111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB94E; }

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

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

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

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

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

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

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

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