#BDE18B

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

Shades of Sulu #BDE18B

Tints of Sulu #BDE18B

Color information

#BDE18B (or 0xBDE18B) is unknown color: approx Sulu. HEX triplet: BD, E1 and 8B. RGB value is (189,225,139). Sum of RGB (Red+Green+Blue) = 189+225+139=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE18B is #421E74. Grayscale: #CCCCCC. Windows color (decimal): -4333173 or 9167293. OLE color: 9167293.

HSL color Cylindrical-coordinate representation of color #BDE18B: hue angle of 85.12º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDE18B is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB189225139-
CMYK0.1600.380.12
HSL85.12º58.9%71.37%-
HSV(B)85.12º38.22%88.24%-
XYZ52.5766.5334.5-
YUV204.4391.07116.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 225 (88.28% from 255) = 40.69%
BLUE value IS 139 (54.69% from 255) = 25.14%
R=34.18%
G=40.69%
B=25.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251390.1600.380.1285.1258.971.37
HexBDE18B10026C553b47
Octal275341213200461412573107
Binary101111011110000110001011100000100110110010101011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE18B; }

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

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

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

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

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

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

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

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