#BDE48D

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

Shades of Sulu #BDE48D

Tints of Sulu #BDE48D

Color information

#BDE48D (or 0xBDE48D) is unknown color: approx Sulu. HEX triplet: BD, E4 and 8D. RGB value is (189,228,141). Sum of RGB (Red+Green+Blue) = 189+228+141=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE48D is #421B72. Grayscale: #CECECE. Windows color (decimal): -4332403 or 9299133. OLE color: 9299133.

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

Color convert

RGB189228141-
CMYK0.1700.380.11
HSL86.9º61.7%72.35%-
HSV(B)86.9º38.16%89.41%-
XYZ53.5468.2335.55-
YUV206.4291.08115.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 228 (89.45% from 255) = 40.86%
BLUE value IS 141 (55.47% from 255) = 25.27%
R=33.87%
G=40.86%
B=25.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281410.1700.380.1186.961.772.35
HexBDE48D11026B573e48
Octal275344215210461312776110
Binary101111011110010010001101100010100110101110101111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE48D; }

 p { color: rgb(189,228,141); }

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

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

 a { background-color: rgb(189,228,141); }

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

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

 span { border-color: rgb(189,228,141); }

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