#BADC87

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

Shades of Sulu #BADC87

Tints of Sulu #BADC87

Color information

#BADC87 (or 0xBADC87) is unknown color: approx Sulu. HEX triplet: BA, DC and 87. RGB value is (186,220,135). Sum of RGB (Red+Green+Blue) = 186+220+135=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC87 is #452378. Grayscale: #C8C8C8. Windows color (decimal): -4531065 or 8903866. OLE color: 8903866.

HSL color Cylindrical-coordinate representation of color #BADC87: hue angle of 84º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BADC87 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB186220135-
CMYK0.1500.390.14
HSL84º54.84%69.61%-
HSV(B)84º38.64%86.27%-
XYZ50.2263.3732.51-
YUV200.1491.24117.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 135 (53.12% from 255) = 24.95%
R=34.38%
G=40.67%
B=24.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201350.1500.390.148454.8469.61
HexBADC87F027E543746
Octal272334207170471612467106
Binary10111010110111001000011111110100111111010101001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADC87; }

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

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

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

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

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

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

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

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