#BAEE8D

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

Shades of Sulu #BAEE8D

Tints of Sulu #BAEE8D

Color information

#BAEE8D (or 0xBAEE8D) is unknown color: approx Sulu. HEX triplet: BA, EE and 8D. RGB value is (186,238,141). Sum of RGB (Red+Green+Blue) = 186+238+141=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEE8D is #451172. Grayscale: #D3D3D3. Windows color (decimal): -4526451 or 9301690. OLE color: 9301690.

HSL color Cylindrical-coordinate representation of color #BAEE8D: hue angle of 92.16º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAEE8D is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB186238141-
CMYK0.2200.410.07
HSL92.16º74.05%74.31%-
HSV(B)92.16º40.76%93.33%-
XYZ55.6373.5136.46-
YUV211.3988.27109.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 238 (93.36% from 255) = 42.12%
BLUE value IS 141 (55.47% from 255) = 24.96%
R=32.92%
G=42.12%
B=24.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381410.2200.410.0792.1674.0574.31
HexBAEE8D1602975c4a4a
Octal272356215260517134112112
Binary101110101110111010001101101100101001111101110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEE8D; }

 p { color: rgb(186,238,141); }

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

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

 a { background-color: rgb(186,238,141); }

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

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

 span { border-color: rgb(186,238,141); }

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