#BAE27B

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

Shades of Sulu #BAE27B

Tints of Sulu #BAE27B

Color information

#BAE27B (or 0xBAE27B) is unknown color: approx Sulu. HEX triplet: BA, E2 and 7B. RGB value is (186,226,123). Sum of RGB (Red+Green+Blue) = 186+226+123=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE27B is #451D84. Grayscale: #CACACA. Windows color (decimal): -4529541 or 8118970. OLE color: 8118970.

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

Color convert

RGB186226123-
CMYK0.1800.460.11
HSL83.3º63.98%68.43%-
HSV(B)83.3º45.58%88.63%-
XYZ51.0266.2628.84-
YUV202.383.25116.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 226 (88.67% from 255) = 42.24%
BLUE value IS 123 (48.44% from 255) = 22.99%
R=34.77%
G=42.24%
B=22.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261230.1800.460.1183.363.9868.43
HexBAE27B1202EB534044
Octal2723421732205613123100104
Binary101110101110001011110111001001011101011101001110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE27B; }

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

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

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

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

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

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

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

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