#beda86

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

Shades of Sulu #BEDA86

Tints of Sulu #BEDA86

Color information

#BEDA86 (or 0xBEDA86) is unknown color: approx Sulu. HEX triplet: BE, DA and 86. RGB value is (190,218,134). Sum of RGB (Red+Green+Blue) = 190+218+134=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA86 is #412579. Grayscale: #C8C8C8. Windows color (decimal): -4269434 or 8837822. OLE color: 8837822.

HSL color Cylindrical-coordinate representation of color #BEDA86: hue angle of 80º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEDA86 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB190218134-
CMYK0.1300.390.15
HSL80º53.16%69.02%-
HSV(B)80º38.53%85.49%-
XYZ50.6162.8132.01-
YUV200.0590.72120.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 134 (52.73% from 255) = 24.72%
R=35.06%
G=40.22%
B=24.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181340.1300.390.158053.1669.02
HexBEDA86D027F503545
Octal276332206150471712065105
Binary10111110110110101000011011010100111111110100001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #beda86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #beda86; }

 p { color: rgb(190,218,134); }

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

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

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

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

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

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

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