#BEBD50

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

Shades of Celery #BEBD50

Tints of Celery #BEBD50

Color information

#BEBD50 (or 0xBEBD50) is unknown color: approx Celery. HEX triplet: BE, BD and 50. RGB value is (190,189,80). Sum of RGB (Red+Green+Blue) = 190+189+80=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD50 is #4142AF. Grayscale: #B1B1B1. Windows color (decimal): -4276912 or 5291454. OLE color: 5291454.

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

Color convert

RGB19018980-
CMYK00.010.580.25
HSL59.45º45.83%52.94%-
HSV(B)59.45º57.89%74.51%-
XYZ40.8847.9214.68-
YUV176.8773.33137.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 80 (31.64% from 255) = 17.43%
R=41.39%
G=41.18%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901898000.010.580.2559.4545.8352.94
HexBEBD50013A193b2e35
Octal276275120017231735665
Binary101111101011110110100000111101011001111011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD50; }

 p { color: rgb(190,189,80); }

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

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

 a { background-color: rgb(190,189,80); }

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

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

 span { border-color: rgb(190,189,80); }

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