#BEBE53

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

Shades of Celery #BEBE53

Tints of Celery #BEBE53

Color information

#BEBE53 (or 0xBEBE53) is unknown color: approx Celery. HEX triplet: BE, BE and 53. RGB value is (190,190,83). Sum of RGB (Red+Green+Blue) = 190+190+83=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE53 is #4141AC. Grayscale: #B2B2B2. Windows color (decimal): -4276653 or 5488318. OLE color: 5488318.

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

Color convert

RGB19019083-
CMYK000.560.25
HSL60º45.15%53.53%-
HSV(B)60º56.32%74.51%-
XYZ41.2148.415.35-
YUV177.874.5136.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 83 (32.81% from 255) = 17.93%
R=41.04%
G=41.04%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19019083000.560.256045.1553.53
HexBEBE530038193c2d36
Octal276276123007031745566
Binary101111101011111010100110011100011001111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE53; }

 p { color: rgb(190,190,83); }

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

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

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

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

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

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

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