#BDE289

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

Shades of Sulu #BDE289

Tints of Sulu #BDE289

Color information

#BDE289 (or 0xBDE289) is unknown color: approx Sulu. HEX triplet: BD, E2 and 89. RGB value is (189,226,137). Sum of RGB (Red+Green+Blue) = 189+226+137=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE289 is #421D76. Grayscale: #CDCDCD. Windows color (decimal): -4332919 or 9036477. OLE color: 9036477.

HSL color Cylindrical-coordinate representation of color #BDE289: hue angle of 84.94º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDE289 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB189226137-
CMYK0.1600.390.11
HSL84.94º60.54%71.18%-
HSV(B)84.94º39.38%88.63%-
XYZ52.767.0233.83-
YUV204.7989.74116.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 226 (88.67% from 255) = 40.94%
BLUE value IS 137 (53.91% from 255) = 24.82%
R=34.24%
G=40.94%
B=24.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892261370.1600.390.1184.9460.5471.18
HexBDE28910027B553d47
Octal275342211200471312575107
Binary101111011110001010001001100000100111101110101011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE289; }

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

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

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

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

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

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

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

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