#BAF18F

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

Shades of Sulu #BAF18F

Tints of Sulu #BAF18F

Color information

#BAF18F (or 0xBAF18F) is unknown color: approx Sulu. HEX triplet: BA, F1 and 8F. RGB value is (186,241,143). Sum of RGB (Red+Green+Blue) = 186+241+143=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF18F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF18F is #450E70. Grayscale: #D5D5D5. Windows color (decimal): -4525681 or 9433530. OLE color: 9433530.

HSL color Cylindrical-coordinate representation of color #BAF18F: hue angle of 93.67º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAF18F is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB186241143-
CMYK0.2300.410.05
HSL93.67º77.78%75.29%-
HSV(B)93.67º40.66%94.51%-
XYZ56.6675.3337.54-
YUV213.3888.28108.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 241 (94.53% from 255) = 42.28%
BLUE value IS 143 (56.25% from 255) = 25.09%
R=32.63%
G=42.28%
B=25.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411430.2300.410.0593.6777.7875.29
HexBAF18F1702955e4e4b
Octal272361217270515136116113
Binary101110101111000110001111101110101001101101111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF18F; }

 p { color: rgb(186,241,143); }

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

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

 a { background-color: rgb(186,241,143); }

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

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

 span { border-color: rgb(186,241,143); }

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