#BEBD4E

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

Shades of Celery #BEBD4E

Tints of Celery #BEBD4E

Color information

#BEBD4E (or 0xBEBD4E) is unknown color: approx Celery. HEX triplet: BE, BD and 4E. RGB value is (190,189,78). Sum of RGB (Red+Green+Blue) = 190+189+78=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD4E is #4142B1. Grayscale: #B1B1B1. Windows color (decimal): -4276914 or 5160382. OLE color: 5160382.

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

Color convert

RGB19018978-
CMYK00.010.590.25
HSL59.46º46.28%52.55%-
HSV(B)59.46º58.95%74.51%-
XYZ40.8147.8914.3-
YUV176.6472.33137.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 78 (30.86% from 255) = 17.07%
R=41.58%
G=41.36%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901897800.010.590.2559.4646.2852.55
HexBEBD4E013B193b2e35
Octal276275116017331735665
Binary101111101011110110011100111101111001111011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD4E; }

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

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

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

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

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

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

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

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