#BADF8D

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

Shades of Sulu #BADF8D

Tints of Sulu #BADF8D

Color information

#BADF8D (or 0xBADF8D) is unknown color: approx Sulu. HEX triplet: BA, DF and 8D. RGB value is (186,223,141). Sum of RGB (Red+Green+Blue) = 186+223+141=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF8D is #452072. Grayscale: #CACACA. Windows color (decimal): -4530291 or 9297850. OLE color: 9297850.

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

Color convert

RGB186223141-
CMYK0.1700.370.13
HSL87.07º56.16%71.37%-
HSV(B)87.07º36.77%87.45%-
XYZ51.4565.1435.06-
YUV202.5993.24116.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 223 (87.5% from 255) = 40.55%
BLUE value IS 141 (55.47% from 255) = 25.64%
R=33.82%
G=40.55%
B=25.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862231410.1700.370.1387.0756.1671.37
HexBADF8D11025D573847
Octal272337215210451512770107
Binary101110101101111110001101100010100101110110101111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADF8D; }

 p { color: rgb(186,223,141); }

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

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

 a { background-color: rgb(186,223,141); }

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

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

 span { border-color: rgb(186,223,141); }

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