#BEB94A

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

Shades of Celery #BEB94A

Tints of Celery #BEB94A

Color information

#BEB94A (or 0xBEB94A) is unknown color: approx Celery. HEX triplet: BE, B9 and 4A. RGB value is (190,185,74). Sum of RGB (Red+Green+Blue) = 190+185+74=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB94A is #4146B5. Grayscale: #AEAEAE. Windows color (decimal): -4277942 or 4897214. OLE color: 4897214.

HSL color Cylindrical-coordinate representation of color #BEB94A: hue angle of 57.41º 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 #BEB94A is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19018574-
CMYK00.030.610.25
HSL57.41º47.15%51.76%-
HSV(B)57.41º61.05%74.51%-
XYZ39.8246.1413.29-
YUV173.8471.66139.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 74 (29.30% from 255) = 16.48%
R=42.32%
G=41.20%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901857400.030.610.2557.4147.1551.76
HexBEB94A033D19392f34
Octal276271112037531715764
Binary1011111010111001100101001111110111001111001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB94A; }

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

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

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

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

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

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

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

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