#BEBD3F

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

Shades of Celery #BEBD3F

Tints of Celery #BEBD3F

Color information

#BEBD3F (or 0xBEBD3F) is unknown color: approx Celery. HEX triplet: BE, BD and 3F. RGB value is (190,189,63). Sum of RGB (Red+Green+Blue) = 190+189+63=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD3F is #4142C0. Grayscale: #AFAFAF. Windows color (decimal): -4276929 or 4177342. OLE color: 4177342.

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

Color convert

RGB19018963-
CMYK00.010.670.25
HSL59.53º50.2%49.61%-
HSV(B)59.53º66.84%74.51%-
XYZ40.3347.711.78-
YUV174.9364.83138.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 189 (74.22% from 255) = 42.76%
BLUE value IS 63 (25% from 255) = 14.25%
R=42.99%
G=42.76%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901896300.010.670.2559.5350.249.61
HexBEBD3F0143193c3232
Octal276275770110331746262
Binary101111101011110111111101100001111001111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD3F; }

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

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

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

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

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

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

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

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