#BAF087

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

Shades of Sulu #BAF087

Tints of Sulu #BAF087

Color information

#BAF087 (or 0xBAF087) is unknown color: approx Sulu. HEX triplet: BA, F0 and 87. RGB value is (186,240,135). Sum of RGB (Red+Green+Blue) = 186+240+135=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF087 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF087 is #450F78. Grayscale: #D4D4D4. Windows color (decimal): -4525945 or 8908986. OLE color: 8908986.

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

Color convert

RGB186240135-
CMYK0.2200.440.06
HSL90.86º77.78%73.53%-
HSV(B)90.86º43.75%94.12%-
XYZ55.7874.5134.36-
YUV211.8884.61109.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 240 (94.14% from 255) = 42.78%
BLUE value IS 135 (53.12% from 255) = 24.06%
R=33.16%
G=42.78%
B=24.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401350.2200.440.0690.8677.7873.53
HexBAF0871602C65b4e4a
Octal272360207260546133116112
Binary101110101111000010000111101100101100110101101110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF087; }

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

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

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

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

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

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

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

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