#BAF98E

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

Shades of Sulu #BAF98E

Tints of Sulu #BAF98E

Color information

#BAF98E (or 0xBAF98E) is unknown color: approx Sulu. HEX triplet: BA, F9 and 8E. RGB value is (186,249,142). Sum of RGB (Red+Green+Blue) = 186+249+142=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF98E is #450671. Grayscale: #DADADA. Windows color (decimal): -4523634 or 9370042. OLE color: 9370042.

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

Color convert

RGB186249142-
CMYK0.2500.430.02
HSL95.33º89.92%76.67%-
HSV(B)95.33º42.97%97.65%-
XYZ59.0180.1437.95-
YUV217.9685.13105.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 249 (97.66% from 255) = 43.15%
BLUE value IS 142 (55.86% from 255) = 24.61%
R=32.24%
G=43.15%
B=24.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862491420.2500.430.0295.3389.9276.67
HexBAF98E1902B25f5a4d
Octal272371216310532137132115
Binary10111010111110011000111011001010101110101111110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF98E; }

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

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

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

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

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

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

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

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