#BEDB89

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

Shades of Sulu #BEDB89

Tints of Sulu #BEDB89

Color information

#BEDB89 (or 0xBEDB89) is unknown color: approx Sulu. HEX triplet: BE, DB and 89. RGB value is (190,219,137). Sum of RGB (Red+Green+Blue) = 190+219+137=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB89 is #412476. Grayscale: #C9C9C9. Windows color (decimal): -4269175 or 9034686. OLE color: 9034686.

HSL color Cylindrical-coordinate representation of color #BEDB89: hue angle of 81.22º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEDB89 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB190219137-
CMYK0.1300.370.14
HSL81.22º53.25%69.8%-
HSV(B)81.22º37.44%85.88%-
XYZ51.0863.4233.22-
YUV200.9891.89120.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 137 (53.91% from 255) = 25.09%
R=34.80%
G=40.11%
B=25.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191370.1300.370.1481.2253.2569.8
HexBEDB89D025E513546
Octal276333211150451612165106
Binary10111110110110111000100111010100101111010100011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB89; }

 p { color: rgb(190,219,137); }

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

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

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

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

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

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

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