#BADE83

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

Shades of Sulu #BADE83

Tints of Sulu #BADE83

Color information

#BADE83 (or 0xBADE83) is unknown color: approx Sulu. HEX triplet: BA, DE and 83. RGB value is (186,222,131). Sum of RGB (Red+Green+Blue) = 186+222+131=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE83 is #45217C. Grayscale: #C9C9C9. Windows color (decimal): -4530557 or 8642234. OLE color: 8642234.

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

Color convert

RGB186222131-
CMYK0.1600.410.13
HSL83.74º57.96%69.22%-
HSV(B)83.74º40.99%87.06%-
XYZ50.4764.3231.23-
YUV200.8688.57117.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 222 (87.11% from 255) = 41.19%
BLUE value IS 131 (51.56% from 255) = 24.30%
R=34.51%
G=41.19%
B=24.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221310.1600.410.1383.7457.9669.22
HexBADE8310029D543a45
Octal272336203200511512472105
Binary101110101101111010000011100000101001110110101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADE83; }

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

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

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

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

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

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

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

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