#BDE489

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

Shades of Sulu #BDE489

Tints of Sulu #BDE489

Color information

#BDE489 (or 0xBDE489) is unknown color: approx Sulu. HEX triplet: BD, E4 and 89. RGB value is (189,228,137). Sum of RGB (Red+Green+Blue) = 189+228+137=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 137 (53.91% from 255 or 24.73% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE489 is #421B76. Grayscale: #CECECE. Windows color (decimal): -4332407 or 9036989. OLE color: 9036989.

HSL color Cylindrical-coordinate representation of color #BDE489: hue angle of 85.71º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDE489 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB189228137-
CMYK0.1700.400.11
HSL85.71º62.76%71.57%-
HSV(B)85.71º39.91%89.41%-
XYZ53.2568.1134.01-
YUV205.9689.08115.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 228 (89.45% from 255) = 41.16%
BLUE value IS 137 (53.91% from 255) = 24.73%
R=34.12%
G=41.16%
B=24.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281370.1700.400.1185.7162.7671.57
HexBDE48911028B563f48
Octal275344211210501312677110
Binary101111011110010010001001100010101000101110101101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE489; }

 p { color: rgb(189,228,137); }

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

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

 a { background-color: rgb(189,228,137); }

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

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

 span { border-color: rgb(189,228,137); }

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