#BAE171

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

Shades of Sulu #BAE171

Tints of Sulu #BAE171

Color information

#BAE171 (or 0xBAE171) is unknown color: approx Sulu. HEX triplet: BA, E1 and 71. RGB value is (186,225,113). Sum of RGB (Red+Green+Blue) = 186+225+113=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE171 is #451E8E. Grayscale: #C8C8C8. Windows color (decimal): -4529807 or 7463354. OLE color: 7463354.

HSL color Cylindrical-coordinate representation of color #BAE171: hue angle of 80.89º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAE171 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB186225113-
CMYK0.1700.500.12
HSL80.89º65.12%66.27%-
HSV(B)80.89º49.78%88.24%-
XYZ50.1665.4825.62-
YUV200.5778.58117.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 225 (88.28% from 255) = 42.94%
BLUE value IS 113 (44.53% from 255) = 21.56%
R=35.50%
G=42.94%
B=21.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251130.1700.500.1280.8965.1266.27
HexBAE17111032C514142
Octal2723411612106214121101102
Binary101110101110000111100011000101100101100101000110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE171; }

 p { color: rgb(186,225,113); }

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

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

 a { background-color: rgb(186,225,113); }

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

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

 span { border-color: rgb(186,225,113); }

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