#BAD87D

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

Shades of Sulu #BAD87D

Tints of Sulu #BAD87D

Color information

#BAD87D (or 0xBAD87D) is unknown color: approx Sulu. HEX triplet: BA, D8 and 7D. RGB value is (186,216,125). Sum of RGB (Red+Green+Blue) = 186+216+125=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD87D is #452782. Grayscale: #C4C4C4. Windows color (decimal): -4532099 or 8247482. OLE color: 8247482.

HSL color Cylindrical-coordinate representation of color #BAD87D: hue angle of 79.78º 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 #BAD87D is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB186216125-
CMYK0.1400.420.15
HSL79.78º53.85%66.86%-
HSV(B)79.78º42.13%84.71%-
XYZ48.5161.0328.63-
YUV196.6687.56120.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=35.29%
G=40.99%
B=23.72%

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
Decimal1862161250.1400.420.1579.7853.8566.86
HexBAD87DE02AF503643
Octal272330175160521712066103
Binary1011101011011000111110111100101010111110100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD87D; }

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

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

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

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

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

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

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

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