#BDDD8E

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

Shades of Sulu #BDDD8E

Tints of Sulu #BDDD8E

Color information

#BDDD8E (or 0xBDDD8E) is unknown color: approx Sulu. HEX triplet: BD, DD and 8E. RGB value is (189,221,142). Sum of RGB (Red+Green+Blue) = 189+221+142=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD8E is #422271. Grayscale: #CACACA. Windows color (decimal): -4334194 or 9362877. OLE color: 9362877.

HSL color Cylindrical-coordinate representation of color #BDDD8E: hue angle of 84.3º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDDD8E is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB189221142-
CMYK0.1400.360.13
HSL84.3º53.74%71.18%-
HSV(B)84.3º35.75%86.67%-
XYZ51.7364.4835.31-
YUV202.4393.9118.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 142 (55.86% from 255) = 25.72%
R=34.24%
G=40.04%
B=25.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892211420.1400.360.1384.353.7471.18
HexBDDD8EE024D543647
Octal275335216160441512466107
Binary10111101110111011000111011100100100110110101001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD8E; }

 p { color: rgb(189,221,142); }

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

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

 a { background-color: rgb(189,221,142); }

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

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

 span { border-color: rgb(189,221,142); }

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