#BEBA40

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

Shades of Celery #BEBA40

Tints of Celery #BEBA40

Color information

#BEBA40 (or 0xBEBA40) is unknown color: approx Celery. HEX triplet: BE, BA and 40. RGB value is (190,186,64). Sum of RGB (Red+Green+Blue) = 190+186+64=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA40 is #4145BF. Grayscale: #ADADAD. Windows color (decimal): -4277696 or 4242110. OLE color: 4242110.

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

Color convert

RGB19018664-
CMYK00.020.660.25
HSL58.1º49.61%49.8%-
HSV(B)58.1º66.32%74.51%-
XYZ39.7246.4411.72-
YUV173.2966.33139.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 186 (73.05% from 255) = 42.27%
BLUE value IS 64 (25.39% from 255) = 14.55%
R=43.18%
G=42.27%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901866400.020.660.2558.149.6149.8
HexBEBA400242193a3232
Octal2762721000210231726262
Binary10111110101110101000000010100001011001111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA40; }

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

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

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

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

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

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

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

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