#BEBD3A

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

Shades of Celery #BEBD3A

Tints of Celery #BEBD3A

Color information

#BEBD3A (or 0xBEBD3A) is unknown color: approx Celery. HEX triplet: BE, BD and 3A. RGB value is (190,189,58). Sum of RGB (Red+Green+Blue) = 190+189+58=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD3A is #4142C5. Grayscale: #AEAEAE. Windows color (decimal): -4276934 or 3849662. OLE color: 3849662.

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

Color convert

RGB19018958-
CMYK00.010.690.25
HSL59.55º53.23%48.63%-
HSV(B)59.55º69.47%74.51%-
XYZ40.247.6511.08-
YUV174.3662.33139.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 189 (74.22% from 255) = 43.25%
BLUE value IS 58 (23.05% from 255) = 13.27%
R=43.48%
G=43.25%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901895800.010.690.2559.5553.2348.63
HexBEBD3A0145193c3531
Octal276275720110531746561
Binary101111101011110111101001100010111001111100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD3A; }

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

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

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

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

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

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

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

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