#BAFE88

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

Shades of Sulu #BAFE88

Tints of Sulu #BAFE88

Color information

#BAFE88 (or 0xBAFE88) is unknown color: approx Sulu. HEX triplet: BA, FE and 88. RGB value is (186,254,136). Sum of RGB (Red+Green+Blue) = 186+254+136=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFE88 is #450177. Grayscale: #DCDCDC. Windows color (decimal): -4522360 or 8978106. OLE color: 8978106.

HSL color Cylindrical-coordinate representation of color #BAFE88: hue angle of 94.58º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAFE88 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB186254136-
CMYK0.2700.460.00
HSL94.58º98.33%76.47%-
HSV(B)94.58º46.46%99.61%-
XYZ60.1483.136.16-
YUV220.2280.47103.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 254 (99.61% from 255) = 44.10%
BLUE value IS 136 (53.52% from 255) = 23.61%
R=32.29%
G=44.10%
B=23.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862541360.2700.460.0094.5898.3376.47
HexBAFE881B02E05f624c
Octal272376210330560137142114
Binary1011101011111110100010001101101011100101111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFE88; }

 p { color: rgb(186,254,136); }

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

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

 a { background-color: rgb(186,254,136); }

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

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

 span { border-color: rgb(186,254,136); }

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