Html Css Color HEX #BAF99D Madang

📋 copy color: '#BAF99D'

red 186 ◦ green 249 ◦ blue 157

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

Shades of Madang #BAF99D

Tints of Madang #BAF99D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.06%

 BLUE value IS 157 (61.72% from 255) = 26.52%

R = 31.42%
G = 42.06%
B = 26.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#BAF99D (or 0xBAF99D) is known color: Madang. HEX triplet: BA, F9 and 9D. RGB value is (186,249,157). Sum of RGB (Red+Green+Blue) = 186+249+157=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF99D is #450662. Grayscale: #DBDBDB. Windows color (decimal): -4523619 or 10353082. OLE color: 10353082.

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

Color convert

RGB 186 249 157 -
CMYK 0.25 0 0.37 0.02
HSL 101.09º 0.88% 0.8% -
HSV(B) 101.09º 0.37% 0.98% -
XYZ 60.21 80.62 44.29 -
YUV 219.68 92.63 103.98 -
System Red Green Blue C M Y K H S L
Decimal 186 249 157 0.25 0 0.37 0.02 101.09 0.88 0.8
Hex BA F9 9D 19 0 25 2 65 58 50
Octal 272 371 235 31 0 45 2 145 130 120
Binary 10111010 11111001 10011101 11001 0 100101 10 1100101 1011000 1010000

Color Harmonies of #BAF99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF99D

Black with #BAF99D

Text Example


Text Example

White with #BAF99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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