#BAE26E

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

Shades of Sulu #BAE26E

Tints of Sulu #BAE26E

Color information

#BAE26E (or 0xBAE26E) is unknown color: approx Sulu. HEX triplet: BA, E2 and 6E. RGB value is (186,226,110). Sum of RGB (Red+Green+Blue) = 186+226+110=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE26E is #451D91. Grayscale: #C9C9C9. Windows color (decimal): -4529554 or 7267002. OLE color: 7267002.

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

Color convert

RGB186226110-
CMYK0.1800.510.11
HSL80.69º66.67%65.88%-
HSV(B)80.69º51.33%88.63%-
XYZ50.2665.9624.83-
YUV200.8276.75117.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 226 (88.67% from 255) = 43.30%
BLUE value IS 110 (43.36% from 255) = 21.07%
R=35.63%
G=43.30%
B=21.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261100.1800.510.1180.6966.6765.88
HexBAE26E12033B514342
Octal2723421562206313121103102
Binary101110101110001011011101001001100111011101000110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE26E; }

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

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

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

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

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

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

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

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