#BAE38B

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

Shades of Sulu #BAE38B

Tints of Sulu #BAE38B

Color information

#BAE38B (or 0xBAE38B) is unknown color: approx Sulu. HEX triplet: BA, E3 and 8B. RGB value is (186,227,139). Sum of RGB (Red+Green+Blue) = 186+227+139=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE38B is #451C74. Grayscale: #CDCDCD. Windows color (decimal): -4529269 or 9167802. OLE color: 9167802.

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

Color convert

RGB186227139-
CMYK0.1800.390.11
HSL87.95º61.11%71.76%-
HSV(B)87.95º38.77%89.02%-
XYZ52.3867.2434.64-
YUV204.7190.92114.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 227 (89.06% from 255) = 41.12%
BLUE value IS 139 (54.69% from 255) = 25.18%
R=33.70%
G=41.12%
B=25.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862271390.1800.390.1187.9561.1171.76
HexBAE38B12027B583d48
Octal272343213220471313075110
Binary101110101110001110001011100100100111101110110001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE38B; }

 p { color: rgb(186,227,139); }

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

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

 a { background-color: rgb(186,227,139); }

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

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

 span { border-color: rgb(186,227,139); }

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