Html Css Color HEX #BAF69D Madang

📋 copy color: '#BAF69D'

red 186 ◦ green 246 ◦ blue 157

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

Shades of Madang #BAF69D

Tints of Madang #BAF69D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.77%

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

R = 31.58%
G = 41.77%
B = 26.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#BAF69D (or 0xBAF69D) is known color: Madang. HEX triplet: BA, F6 and 9D. RGB value is (186,246,157). Sum of RGB (Red+Green+Blue) = 186+246+157=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF69D is #450962. Grayscale: #DADADA. Windows color (decimal): -4524387 or 10352314. OLE color: 10352314.

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

Color convert

RGB 186 246 157 -
CMYK 0.24 0 0.36 0.04
HSL 100.45º 0.83% 0.79% -
HSV(B) 100.45º 0.36% 0.96% -
XYZ 59.29 78.78 43.98 -
YUV 217.91 93.62 105.24 -
System Red Green Blue C M Y K H S L
Decimal 186 246 157 0.24 0 0.36 0.04 100.45 0.83 0.79
Hex BA F6 9D 18 0 24 4 64 53 4F
Octal 272 366 235 30 0 44 4 144 123 117
Binary 10111010 11110110 10011101 11000 0 100100 100 1100100 1010011 1001111

Color Harmonies of #BAF69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF69D

Black with #BAF69D

Text Example


Text Example

White with #BAF69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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