#BADF87

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

Shades of Sulu #BADF87

Tints of Sulu #BADF87

Color information

#BADF87 (or 0xBADF87) is unknown color: approx Sulu. HEX triplet: BA, DF and 87. RGB value is (186,223,135). Sum of RGB (Red+Green+Blue) = 186+223+135=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF87 is #452078. Grayscale: #CACACA. Windows color (decimal): -4530297 or 8904634. OLE color: 8904634.

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

Color convert

RGB186223135-
CMYK0.1700.390.13
HSL85.23º57.89%70.2%-
HSV(B)85.23º39.46%87.45%-
XYZ51.0164.9632.77-
YUV201.990.24116.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 223 (87.5% from 255) = 40.99%
BLUE value IS 135 (53.12% from 255) = 24.82%
R=34.19%
G=40.99%
B=24.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862231350.1700.390.1385.2357.8970.2
HexBADF8711027D553a46
Octal272337207210471512572106
Binary101110101101111110000111100010100111110110101011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADF87; }

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

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

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

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

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

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

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

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