#BAF987

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

Shades of Sulu #BAF987

Tints of Sulu #BAF987

Color information

#BAF987 (or 0xBAF987) is unknown color: approx Sulu. HEX triplet: BA, F9 and 87. RGB value is (186,249,135). Sum of RGB (Red+Green+Blue) = 186+249+135=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 135 (53.12% from 255 or 23.68% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF987 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF987 is #450678. Grayscale: #D9D9D9. Windows color (decimal): -4523641 or 8911290. OLE color: 8911290.

HSL color Cylindrical-coordinate representation of color #BAF987: hue angle of 93.16º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAF987 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB186249135-
CMYK0.2500.460.02
HSL93.16º90.48%75.29%-
HSV(B)93.16º45.78%97.65%-
XYZ58.579.9435.27-
YUV217.1781.63105.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 249 (97.66% from 255) = 43.68%
BLUE value IS 135 (53.12% from 255) = 23.68%
R=32.63%
G=43.68%
B=23.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862491350.2500.460.0293.1690.4875.29
HexBAF9871902E25d5a4b
Octal272371207310562135132113
Binary10111010111110011000011111001010111010101110110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF987; }

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

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

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

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

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

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

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

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