#BAEE8C

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

Shades of Sulu #BAEE8C

Tints of Sulu #BAEE8C

Color information

#BAEE8C (or 0xBAEE8C) is unknown color: approx Sulu. HEX triplet: BA, EE and 8C. RGB value is (186,238,140). Sum of RGB (Red+Green+Blue) = 186+238+140=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEE8C is #451173. Grayscale: #D3D3D3. Windows color (decimal): -4526452 or 9236154. OLE color: 9236154.

HSL color Cylindrical-coordinate representation of color #BAEE8C: hue angle of 91.84º 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 #BAEE8C is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB186238140-
CMYK0.2200.410.07
HSL91.84º74.24%74.12%-
HSV(B)91.84º41.18%93.33%-
XYZ55.5673.4836.07-
YUV211.2887.77109.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 238 (93.36% from 255) = 42.20%
BLUE value IS 140 (55.08% from 255) = 24.82%
R=32.98%
G=42.20%
B=24.82%

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
Decimal1862381400.2200.410.0791.8474.2474.12
HexBAEE8C1602975c4a4a
Octal272356214260517134112112
Binary101110101110111010001100101100101001111101110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEE8C; }

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

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

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

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

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

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

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

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