#BADE8A

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

Shades of Sulu #BADE8A

Tints of Sulu #BADE8A

Color information

#BADE8A (or 0xBADE8A) is unknown color: approx Sulu. HEX triplet: BA, DE and 8A. RGB value is (186,222,138). Sum of RGB (Red+Green+Blue) = 186+222+138=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE8A is #452175. Grayscale: #C9C9C9. Windows color (decimal): -4530550 or 9100986. OLE color: 9100986.

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

Color convert

RGB186222138-
CMYK0.1600.380.13
HSL85.71º56%70.59%-
HSV(B)85.71º37.84%87.06%-
XYZ50.9664.5233.81-
YUV201.6692.07116.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 222 (87.11% from 255) = 40.66%
BLUE value IS 138 (54.30% from 255) = 25.27%
R=34.07%
G=40.66%
B=25.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221380.1600.380.1385.715670.59
HexBADE8A10026D563847
Octal272336212200461512670107
Binary101110101101111010001010100000100110110110101101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADE8A; }

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

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

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

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

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

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

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

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