#BADD83

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

Shades of Sulu #BADD83

Tints of Sulu #BADD83

Color information

#BADD83 (or 0xBADD83) is unknown color: approx Sulu. HEX triplet: BA, DD and 83. RGB value is (186,221,131). Sum of RGB (Red+Green+Blue) = 186+221+131=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD83 is #45227C. Grayscale: #C8C8C8. Windows color (decimal): -4530813 or 8641978. OLE color: 8641978.

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

Color convert

RGB186221131-
CMYK0.1600.410.13
HSL83.33º56.96%69.02%-
HSV(B)83.33º40.72%86.67%-
XYZ50.263.7931.14-
YUV200.2888.9117.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 131 (51.56% from 255) = 24.35%
R=34.57%
G=41.08%
B=24.35%

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
Decimal1862211310.1600.410.1383.3356.9669.02
HexBADD8310029D533945
Octal272335203200511512371105
Binary101110101101110110000011100000101001110110100111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD83; }

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

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

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

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

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

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

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

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