Html Css Color HEX #BAF896 Madang

📋 copy color: '#BAF896'

red 186 ◦ green 248 ◦ blue 150

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

Shades of Madang #BAF896

Tints of Madang #BAF896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.68%

R = 31.85%
G = 42.47%
B = 25.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#BAF896 (or 0xBAF896) is known color: Madang. HEX triplet: BA, F8 and 96. RGB value is (186,248,150). Sum of RGB (Red+Green+Blue) = 186+248+150=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF896 is #450769. Grayscale: #DADADA. Windows color (decimal): -4523882 or 9894074. OLE color: 9894074.

HSL color Cylindrical-coordinate representation of color #BAF896: hue angle of 97.96º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAF896 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 150 -
CMYK 0.25 0 0.40 0.03
HSL 97.96º 0.88% 0.78% -
HSV(B) 97.96º 0.4% 0.97% -
XYZ 59.32 79.78 41.13 -
YUV 218.29 89.46 104.97 -
System Red Green Blue C M Y K H S L
Decimal 186 248 150 0.25 0 0.40 0.03 97.96 0.88 0.78
Hex BA F8 96 19 0 28 3 62 58 4E
Octal 272 370 226 31 0 50 3 142 130 116
Binary 10111010 11111000 10010110 11001 0 101000 11 1100010 1011000 1001110

Color Harmonies of #BAF896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF896

Black with #BAF896

Text Example


Text Example

White with #BAF896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF896; }

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

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

background-color css

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

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

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

border-color css

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

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

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