#BDE48B

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

Shades of Sulu #BDE48B

Tints of Sulu #BDE48B

Color information

#BDE48B (or 0xBDE48B) is unknown color: approx Sulu. HEX triplet: BD, E4 and 8B. RGB value is (189,228,139). Sum of RGB (Red+Green+Blue) = 189+228+139=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE48B is #421B74. Grayscale: #CECECE. Windows color (decimal): -4332405 or 9168061. OLE color: 9168061.

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

Color convert

RGB189228139-
CMYK0.1700.390.11
HSL86.29º62.24%71.96%-
HSV(B)86.29º39.04%89.41%-
XYZ53.3968.1734.77-
YUV206.1990.08115.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 228 (89.45% from 255) = 41.01%
BLUE value IS 139 (54.69% from 255) = 25%
R=33.99%
G=41.01%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281390.1700.390.1186.2962.2471.96
HexBDE48B11027B563e48
Octal275344213210471312676110
Binary101111011110010010001011100010100111101110101101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE48B; }

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

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

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

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

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

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

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

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