Html Css Color HEX #BAF89F Madang

📋 copy color: '#BAF89F'

red 186 ◦ green 248 ◦ blue 159

#BAF89F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #BAF89F

Tints of Madang #BAF89F

RGB

 RED value IS 186 (73.05% from 255) = 31.37%

 GREEN value IS 248 (97.27% from 255) = 41.82%

 BLUE value IS 159 (62.5% from 255) = 26.81%

R = 31.37%
G = 41.82%
B = 26.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#BAF89F (or 0xBAF89F) is known color: Madang. HEX triplet: BA, F8 and 9F. RGB value is (186,248,159). Sum of RGB (Red+Green+Blue) = 186+248+159=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF89F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF89F is #450760. Grayscale: #DBDBDB. Windows color (decimal): -4523873 or 10483898. OLE color: 10483898.

HSL color Cylindrical-coordinate representation of color #BAF89F: hue angle of 101.8º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAF89F is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 159 -
CMYK 0.25 0 0.36 0.03
HSL 101.8º 0.86% 0.8% -
HSV(B) 101.8º 0.36% 0.97% -
XYZ 60.08 80.08 45.09 -
YUV 219.32 93.96 104.24 -
System Red Green Blue C M Y K H S L
Decimal 186 248 159 0.25 0 0.36 0.03 101.8 0.86 0.8
Hex BA F8 9F 19 0 24 3 66 56 50
Octal 272 370 237 31 0 44 3 146 126 120
Binary 10111010 11111000 10011111 11001 0 100100 11 1100110 1010110 1010000

Color Harmonies of #BAF89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF89F

Black with #BAF89F

Text Example


Text Example

White with #BAF89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF89F; }

 p { color: rgb(186,248,159); }

 H1.HeaderClassName
 {
   color: #BAF89F;
 }
 .AnyTagClassName
 {
   color: #BAF89F;
 }
</style>

background-color css

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

 a { background-color: rgb(186,248,159); }

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

border-color css

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

 span { border-color: rgb(186,248,159); }

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