#BEDA89

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

Shades of Sulu #BEDA89

Tints of Sulu #BEDA89

Color information

#BEDA89 (or 0xBEDA89) is unknown color: approx Sulu. HEX triplet: BE, DA and 89. RGB value is (190,218,137). Sum of RGB (Red+Green+Blue) = 190+218+137=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 137 (53.91% from 255 or 25.14% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA89 is #412576. Grayscale: #C8C8C8. Windows color (decimal): -4269431 or 9034430. OLE color: 9034430.

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

Color convert

RGB190218137-
CMYK0.1300.370.15
HSL80.74º52.26%69.61%-
HSV(B)80.74º37.16%85.49%-
XYZ50.8262.933.13-
YUV200.3992.22120.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 218 (85.55% from 255) = 40%
BLUE value IS 137 (53.91% from 255) = 25.14%
R=34.86%
G=40%
B=25.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181370.1300.370.1580.7452.2669.61
HexBEDA89D025F513446
Octal276332211150451712164106
Binary10111110110110101000100111010100101111110100011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA89; }

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

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

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

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

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

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

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

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