Html Css Color HEX #BAF29C Madang

📋 copy color: '#BAF29C'

red 186 ◦ green 242 ◦ blue 156

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

Shades of Madang #BAF29C

Tints of Madang #BAF29C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.44%

 BLUE value IS 156 (61.33% from 255) = 26.71%

R = 31.85%
G = 41.44%
B = 26.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#BAF29C (or 0xBAF29C) is known color: Madang. HEX triplet: BA, F2 and 9C. RGB value is (186,242,156). Sum of RGB (Red+Green+Blue) = 186+242+156=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF29C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF29C is #450D63. Grayscale: #D7D7D7. Windows color (decimal): -4525412 or 10285754. OLE color: 10285754.

HSL color Cylindrical-coordinate representation of color #BAF29C: hue angle of 99.07º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAF29C is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 156 -
CMYK 0.23 0 0.36 0.05
HSL 99.07º 0.77% 0.78% -
HSV(B) 99.07º 0.36% 0.95% -
XYZ 58 76.34 43.13 -
YUV 215.45 94.45 106.99 -
System Red Green Blue C M Y K H S L
Decimal 186 242 156 0.23 0 0.36 0.05 99.07 0.77 0.78
Hex BA F2 9C 17 0 24 5 63 4D 4E
Octal 272 362 234 27 0 44 5 143 115 116
Binary 10111010 11110010 10011100 10111 0 100100 101 1100011 1001101 1001110

Color Harmonies of #BAF29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF29C

Black with #BAF29C

Text Example


Text Example

White with #BAF29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF29C; }

 p { color: rgb(186,242,156); }

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

background-color css

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

 a { background-color: rgb(186,242,156); }

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

border-color css

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

 span { border-color: rgb(186,242,156); }

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