#BEBD41

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

Shades of Celery #BEBD41

Tints of Celery #BEBD41

Color information

#BEBD41 (or 0xBEBD41) is unknown color: approx Celery. HEX triplet: BE, BD and 41. RGB value is (190,189,65). Sum of RGB (Red+Green+Blue) = 190+189+65=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD41 is #4142BE. Grayscale: #AFAFAF. Windows color (decimal): -4276927 or 4308414. OLE color: 4308414.

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

Color convert

RGB19018965-
CMYK00.010.660.25
HSL59.52º49.02%50%-
HSV(B)59.52º65.79%74.51%-
XYZ40.3947.7212.08-
YUV175.1665.83138.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 189 (74.22% from 255) = 42.57%
BLUE value IS 65 (25.78% from 255) = 14.64%
R=42.79%
G=42.57%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901896500.010.660.2559.5249.0250
HexBEBD410142193c3132
Octal2762751010110231746162
Binary1011111010111101100000101100001011001111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD41; }

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

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

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

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

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

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

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

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