Html Css Color HEX #BAF498 Madang

📋 copy color: '#BAF498'

red 186 ◦ green 244 ◦ blue 152

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

Shades of Madang #BAF498

Tints of Madang #BAF498

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.92%

 BLUE value IS 152 (59.77% from 255) = 26.12%

R = 31.96%
G = 41.92%
B = 26.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#BAF498 (or 0xBAF498) is known color: Madang. HEX triplet: BA, F4 and 98. RGB value is (186,244,152). Sum of RGB (Red+Green+Blue) = 186+244+152=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF498 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF498 is #450B67. Grayscale: #D8D8D8. Windows color (decimal): -4524904 or 10024122. OLE color: 10024122.

HSL color Cylindrical-coordinate representation of color #BAF498: hue angle of 97.83º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAF498 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 244 152 -
CMYK 0.24 0 0.38 0.04
HSL 97.83º 0.81% 0.78% -
HSV(B) 97.83º 0.38% 0.96% -
XYZ 58.27 77.41 41.58 -
YUV 216.17 91.78 106.48 -
System Red Green Blue C M Y K H S L
Decimal 186 244 152 0.24 0 0.38 0.04 97.83 0.81 0.78
Hex BA F4 98 18 0 26 4 62 51 4E
Octal 272 364 230 30 0 46 4 142 121 116
Binary 10111010 11110100 10011000 11000 0 100110 100 1100010 1010001 1001110

Color Harmonies of #BAF498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF498

Black with #BAF498

Text Example


Text Example

White with #BAF498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF498; }

 p { color: rgb(186,244,152); }

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

background-color css

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

 a { background-color: rgb(186,244,152); }

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

border-color css

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

 span { border-color: rgb(186,244,152); }

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