Html Css Color HEX #BAF29B Madang

📋 copy color: '#BAF29B'

red 186 ◦ green 242 ◦ blue 155

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

Shades of Madang #BAF29B

Tints of Madang #BAF29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.59%

R = 31.9%
G = 41.51%
B = 26.59%

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

#BAF29B (or 0xBAF29B) is known color: Madang. HEX triplet: BA, F2 and 9B. RGB value is (186,242,155). Sum of RGB (Red+Green+Blue) = 186+242+155=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF29B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF29B is #450D64. Grayscale: #D7D7D7. Windows color (decimal): -4525413 or 10220218. OLE color: 10220218.

HSL color Cylindrical-coordinate representation of color #BAF29B: hue angle of 98.62º 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 #BAF29B is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 155 -
CMYK 0.23 0 0.36 0.05
HSL 98.62º 0.77% 0.78% -
HSV(B) 98.62º 0.36% 0.95% -
XYZ 57.92 76.31 42.69 -
YUV 215.34 93.95 107.07 -
System Red Green Blue C M Y K H S L
Decimal 186 242 155 0.23 0 0.36 0.05 98.62 0.77 0.78
Hex BA F2 9B 17 0 24 5 63 4D 4E
Octal 272 362 233 27 0 44 5 143 115 116
Binary 10111010 11110010 10011011 10111 0 100100 101 1100011 1001101 1001110

Color Harmonies of #BAF29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF29B

Black with #BAF29B

Text Example


Text Example

White with #BAF29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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