#BAEB8B

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

Shades of Sulu #BAEB8B

Tints of Sulu #BAEB8B

Color information

#BAEB8B (or 0xBAEB8B) is unknown color: approx Sulu. HEX triplet: BA, EB and 8B. RGB value is (186,235,139). Sum of RGB (Red+Green+Blue) = 186+235+139=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEB8B is #451474. Grayscale: #D1D1D1. Windows color (decimal): -4527221 or 9169850. OLE color: 9169850.

HSL color Cylindrical-coordinate representation of color #BAEB8B: hue angle of 90.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAEB8B is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB186235139-
CMYK0.2100.410.08
HSL90.62º70.59%73.33%-
HSV(B)90.62º40.85%92.16%-
XYZ54.6271.7235.39-
YUV209.488.27111.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 235 (92.19% from 255) = 41.96%
BLUE value IS 139 (54.69% from 255) = 24.82%
R=33.21%
G=41.96%
B=24.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351390.2100.410.0890.6270.5973.33
HexBAEB8B1502985b4749
Octal2723532132505110133107111
Binary1011101011101011100010111010101010011000101101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEB8B; }

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

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

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

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

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

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

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

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