#BEBA4A

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

Shades of Celery #BEBA4A

Tints of Celery #BEBA4A

Color information

#BEBA4A (or 0xBEBA4A) is unknown color: approx Celery. HEX triplet: BE, BA and 4A. RGB value is (190,186,74). Sum of RGB (Red+Green+Blue) = 190+186+74=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA4A is #4145B5. Grayscale: #AEAEAE. Windows color (decimal): -4277686 or 4897470. OLE color: 4897470.

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

Color convert

RGB19018674-
CMYK00.020.610.25
HSL57.93º47.15%51.76%-
HSV(B)57.93º61.05%74.51%-
XYZ40.0346.5613.36-
YUV174.4371.33139.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 74 (29.30% from 255) = 16.44%
R=42.22%
G=41.33%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901867400.020.610.2557.9347.1551.76
HexBEBA4A023D193a2f34
Octal276272112027531725764
Binary1011111010111010100101001011110111001111010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA4A; }

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

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

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

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

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

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

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

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