Html Css Color HEX #BAF89B Madang

📋 copy color: '#BAF89B'

red 186 ◦ green 248 ◦ blue 155

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

Shades of Madang #BAF89B

Tints of Madang #BAF89B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.32%

R = 31.58%
G = 42.11%
B = 26.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#BAF89B (or 0xBAF89B) is known color: Madang. HEX triplet: BA, F8 and 9B. RGB value is (186,248,155). Sum of RGB (Red+Green+Blue) = 186+248+155=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF89B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF89B is #450764. Grayscale: #DBDBDB. Windows color (decimal): -4523877 or 10221754. OLE color: 10221754.

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

Color convert

RGB 186 248 155 -
CMYK 0.25 0 0.38 0.03
HSL 100º 0.87% 0.79% -
HSV(B) 100º 0.38% 0.97% -
XYZ 59.73 79.94 43.29 -
YUV 218.86 91.96 104.56 -
System Red Green Blue C M Y K H S L
Decimal 186 248 155 0.25 0 0.38 0.03 100 0.87 0.79
Hex BA F8 9B 19 0 26 3 64 57 4F
Octal 272 370 233 31 0 46 3 144 127 117
Binary 10111010 11111000 10011011 11001 0 100110 11 1100100 1010111 1001111

Color Harmonies of #BAF89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF89B

Black with #BAF89B

Text Example


Text Example

White with #BAF89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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