#BAD87E

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

Shades of Sulu #BAD87E

Tints of Sulu #BAD87E

Color information

#BAD87E (or 0xBAD87E) is unknown color: approx Sulu. HEX triplet: BA, D8 and 7E. RGB value is (186,216,126). Sum of RGB (Red+Green+Blue) = 186+216+126=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD87E is #452781. Grayscale: #C5C5C5. Windows color (decimal): -4532098 or 8313018. OLE color: 8313018.

HSL color Cylindrical-coordinate representation of color #BAD87E: hue angle of 80º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAD87E is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB186216126-
CMYK0.1400.420.15
HSL80º53.57%67.06%-
HSV(B)80º41.67%84.71%-
XYZ48.5761.0628.96-
YUV196.7788.06120.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 126 (49.61% from 255) = 23.86%
R=35.23%
G=40.91%
B=23.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862161260.1400.420.158053.5767.06
HexBAD87EE02AF503643
Octal272330176160521712066103
Binary1011101011011000111111011100101010111110100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD87E; }

 p { color: rgb(186,216,126); }

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

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

 a { background-color: rgb(186,216,126); }

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

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

 span { border-color: rgb(186,216,126); }

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