#BAEF8C

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

Shades of Sulu #BAEF8C

Tints of Sulu #BAEF8C

Color information

#BAEF8C (or 0xBAEF8C) is unknown color: approx Sulu. HEX triplet: BA, EF and 8C. RGB value is (186,239,140). Sum of RGB (Red+Green+Blue) = 186+239+140=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEF8C is #451073. Grayscale: #D4D4D4. Windows color (decimal): -4526196 or 9236410. OLE color: 9236410.

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

Color convert

RGB186239140-
CMYK0.2200.410.06
HSL92.12º75.57%74.31%-
HSV(B)92.12º41.42%93.73%-
XYZ55.8574.0736.16-
YUV211.8787.44109.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 239 (93.75% from 255) = 42.30%
BLUE value IS 140 (55.08% from 255) = 24.78%
R=32.92%
G=42.30%
B=24.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391400.2200.410.0692.1275.5774.31
HexBAEF8C1602965c4c4a
Octal272357214260516134114112
Binary101110101110111110001100101100101001110101110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEF8C; }

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

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

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

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

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

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

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

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