#BAE78B

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

Shades of Sulu #BAE78B

Tints of Sulu #BAE78B

Color information

#BAE78B (or 0xBAE78B) is unknown color: approx Sulu. HEX triplet: BA, E7 and 8B. RGB value is (186,231,139). Sum of RGB (Red+Green+Blue) = 186+231+139=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE78B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE78B is #451874. Grayscale: #CFCFCF. Windows color (decimal): -4528245 or 9168826. OLE color: 9168826.

HSL color Cylindrical-coordinate representation of color #BAE78B: hue angle of 89.35º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAE78B is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB186231139-
CMYK0.1900.400.09
HSL89.35º65.71%72.55%-
HSV(B)89.35º39.83%90.59%-
XYZ53.4969.4635.01-
YUV207.0689.59112.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 231 (90.62% from 255) = 41.55%
BLUE value IS 139 (54.69% from 255) = 25%
R=33.45%
G=41.55%
B=25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862311390.1900.400.0989.3565.7172.55
HexBAE78B130289594249
Octal2723472132305011131102111
Binary1011101011100111100010111001101010001001101100110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE78B; }

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

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

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

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

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

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

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

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