#BAE27E

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

Shades of Sulu #BAE27E

Tints of Sulu #BAE27E

Color information

#BAE27E (or 0xBAE27E) is unknown color: approx Sulu. HEX triplet: BA, E2 and 7E. RGB value is (186,226,126). Sum of RGB (Red+Green+Blue) = 186+226+126=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE27E is #451D81. Grayscale: #CBCBCB. Windows color (decimal): -4529538 or 8315578. OLE color: 8315578.

HSL color Cylindrical-coordinate representation of color #BAE27E: hue angle of 84º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAE27E is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB186226126-
CMYK0.1800.440.11
HSL84º63.29%69.02%-
HSV(B)84º44.25%88.63%-
XYZ51.2166.3429.84-
YUV202.6484.75116.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 226 (88.67% from 255) = 42.01%
BLUE value IS 126 (49.61% from 255) = 23.42%
R=34.57%
G=42.01%
B=23.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261260.1800.440.118463.2969.02
HexBAE27E1202CB543f45
Octal272342176220541312477105
Binary10111010111000101111110100100101100101110101001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE27E; }

 p { color: rgb(186,226,126); }

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

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

 a { background-color: rgb(186,226,126); }

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

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

 span { border-color: rgb(186,226,126); }

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