#BEDC89

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

Shades of Sulu #BEDC89

Tints of Sulu #BEDC89

Color information

#BEDC89 (or 0xBEDC89) is unknown color: approx Sulu. HEX triplet: BE, DC and 89. RGB value is (190,220,137). Sum of RGB (Red+Green+Blue) = 190+220+137=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC89 is #412376. Grayscale: #C9C9C9. Windows color (decimal): -4268919 or 9034942. OLE color: 9034942.

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

Color convert

RGB190220137-
CMYK0.1400.380.14
HSL81.69º54.25%70%-
HSV(B)81.69º37.73%86.27%-
XYZ51.3463.9433.3-
YUV201.5791.56119.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 220 (86.33% from 255) = 40.22%
BLUE value IS 137 (53.91% from 255) = 25.05%
R=34.73%
G=40.22%
B=25.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201370.1400.380.1481.6954.2570
HexBEDC89E026E523646
Octal276334211160461612266106
Binary10111110110111001000100111100100110111010100101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDC89; }

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

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

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

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

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

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

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

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