#BDE989

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

Shades of Sulu #BDE989

Tints of Sulu #BDE989

Color information

#BDE989 (or 0xBDE989) is unknown color: approx Sulu. HEX triplet: BD, E9 and 89. RGB value is (189,233,137). Sum of RGB (Red+Green+Blue) = 189+233+137=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE989 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE989 is #421676. Grayscale: #D1D1D1. Windows color (decimal): -4331127 or 9038269. OLE color: 9038269.

HSL color Cylindrical-coordinate representation of color #BDE989: hue angle of 87.5º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDE989 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB189233137-
CMYK0.1900.410.09
HSL87.5º68.57%72.55%-
HSV(B)87.5º41.2%91.37%-
XYZ54.6470.934.47-
YUV208.987.42113.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 233 (91.41% from 255) = 41.68%
BLUE value IS 137 (53.91% from 255) = 24.51%
R=33.81%
G=41.68%
B=24.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331370.1900.410.0987.568.5772.55
HexBDE989130299584549
Octal2753512112305111130105111
Binary1011110111101001100010011001101010011001101100010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE989; }

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

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

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

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

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

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

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

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