#BDE881

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

Shades of Sulu #BDE881

Tints of Sulu #BDE881

Color information

#BDE881 (or 0xBDE881) is unknown color: approx Sulu. HEX triplet: BD, E8 and 81. RGB value is (189,232,129). Sum of RGB (Red+Green+Blue) = 189+232+129=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE881 is #42177E. Grayscale: #CFCFCF. Windows color (decimal): -4331391 or 8513725. OLE color: 8513725.

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

Color convert

RGB189232129-
CMYK0.1900.440.09
HSL85.05º69.13%70.78%-
HSV(B)85.05º44.4%90.98%-
XYZ53.8170.1231.47-
YUV207.483.75114.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 232 (91.02% from 255) = 42.18%
BLUE value IS 129 (50.78% from 255) = 23.45%
R=34.36%
G=42.18%
B=23.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892321290.1900.440.0985.0569.1370.78
HexBDE8811302C9554547
Octal2753502012305411125105107
Binary1011110111101000100000011001101011001001101010110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE881; }

 p { color: rgb(189,232,129); }

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

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

 a { background-color: rgb(189,232,129); }

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

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

 span { border-color: rgb(189,232,129); }

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