#BADE88

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

Shades of Sulu #BADE88

Tints of Sulu #BADE88

Color information

#BADE88 (or 0xBADE88) is unknown color: approx Sulu. HEX triplet: BA, DE and 88. RGB value is (186,222,136). Sum of RGB (Red+Green+Blue) = 186+222+136=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE88 is #452177. Grayscale: #C9C9C9. Windows color (decimal): -4530552 or 8969914. OLE color: 8969914.

HSL color Cylindrical-coordinate representation of color #BADE88: hue angle of 85.12º degrees, saturation: 0.57, 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 #BADE88 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB186222136-
CMYK0.1600.390.13
HSL85.12º56.58%70.2%-
HSV(B)85.12º38.74%87.06%-
XYZ50.8164.4633.06-
YUV201.4391.07116.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 222 (87.11% from 255) = 40.81%
BLUE value IS 136 (53.52% from 255) = 25%
R=34.19%
G=40.81%
B=25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221360.1600.390.1385.1256.5870.2
HexBADE8810027D553946
Octal272336210200471512571106
Binary101110101101111010001000100000100111110110101011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADE88; }

 p { color: rgb(186,222,136); }

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

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

 a { background-color: rgb(186,222,136); }

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

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

 span { border-color: rgb(186,222,136); }

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