Html Css Color HEX #BAF9A4 Madang

📋 copy color: '#BAF9A4'

red 186 ◦ green 249 ◦ blue 164

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

Shades of Madang #BAF9A4

Tints of Madang #BAF9A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.38%

R = 31.05%
G = 41.57%
B = 27.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#BAF9A4 (or 0xBAF9A4) is known color: Madang. HEX triplet: BA, F9 and A4. RGB value is (186,249,164). Sum of RGB (Red+Green+Blue) = 186+249+164=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF9A4 is #45065B. Grayscale: #DCDCDC. Windows color (decimal): -4523612 or 10811834. OLE color: 10811834.

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

Color convert

RGB 186 249 164 -
CMYK 0.25 0 0.34 0.02
HSL 104.47º 0.88% 0.81% -
HSV(B) 104.47º 0.34% 0.98% -
XYZ 60.83 80.87 47.53 -
YUV 220.47 96.13 103.41 -
System Red Green Blue C M Y K H S L
Decimal 186 249 164 0.25 0 0.34 0.02 104.47 0.88 0.81
Hex BA F9 A4 19 0 22 2 68 58 51
Octal 272 371 244 31 0 42 2 150 130 121
Binary 10111010 11111001 10100100 11001 0 100010 10 1101000 1011000 1010001

Color Harmonies of #BAF9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF9A4

Black with #BAF9A4

Text Example


Text Example

White with #BAF9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF9A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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