#BAF088

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

Shades of Sulu #BAF088

Tints of Sulu #BAF088

Color information

#BAF088 (or 0xBAF088) is unknown color: approx Sulu. HEX triplet: BA, F0 and 88. RGB value is (186,240,136). Sum of RGB (Red+Green+Blue) = 186+240+136=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF088 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF088 is #450F77. Grayscale: #D4D4D4. Windows color (decimal): -4525944 or 8974522. OLE color: 8974522.

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

Color convert

RGB186240136-
CMYK0.2200.430.06
HSL91.15º77.61%73.73%-
HSV(B)91.15º43.33%94.12%-
XYZ55.8574.5434.74-
YUV21285.11109.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 240 (94.14% from 255) = 42.70%
BLUE value IS 136 (53.52% from 255) = 24.20%
R=33.10%
G=42.70%
B=24.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401360.2200.430.0691.1577.6173.73
HexBAF0881602B65b4e4a
Octal272360210260536133116112
Binary101110101111000010001000101100101011110101101110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF088; }

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

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

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

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

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

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

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

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