#BDE389

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

Shades of Sulu #BDE389

Tints of Sulu #BDE389

Color information

#BDE389 (or 0xBDE389) is unknown color: approx Sulu. HEX triplet: BD, E3 and 89. RGB value is (189,227,137). Sum of RGB (Red+Green+Blue) = 189+227+137=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE389 is #421C76. Grayscale: #CDCDCD. Windows color (decimal): -4332663 or 9036733. OLE color: 9036733.

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

Color convert

RGB189227137-
CMYK0.1700.400.11
HSL85.33º61.64%71.37%-
HSV(B)85.33º39.65%89.02%-
XYZ52.9767.5633.92-
YUV205.3889.41116.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 227 (89.06% from 255) = 41.05%
BLUE value IS 137 (53.91% from 255) = 24.77%
R=34.18%
G=41.05%
B=24.77%

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
Decimal1892271370.1700.400.1185.3361.6471.37
HexBDE38911028B553e47
Octal275343211210501312576107
Binary101111011110001110001001100010101000101110101011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE389; }

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

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

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

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

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

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

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

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