Html Css Color HEX #BAFB9B Madang

📋 copy color: '#BAFB9B'

red 186 ◦ green 251 ◦ blue 155

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

Shades of Madang #BAFB9B

Tints of Madang #BAFB9B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.4%

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

R = 31.42%
G = 42.4%
B = 26.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#BAFB9B (or 0xBAFB9B) is known color: Madang. HEX triplet: BA, FB and 9B. RGB value is (186,251,155). Sum of RGB (Red+Green+Blue) = 186+251+155=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFB9B is #450464. Grayscale: #DCDCDC. Windows color (decimal): -4523109 or 10222522. OLE color: 10222522.

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

Color convert

RGB 186 251 155 -
CMYK 0.26 0 0.38 0.02
HSL 100.63º 0.92% 0.8% -
HSV(B) 100.63º 0.38% 0.98% -
XYZ 60.66 81.8 43.6 -
YUV 220.62 90.97 103.31 -
System Red Green Blue C M Y K H S L
Decimal 186 251 155 0.26 0 0.38 0.02 100.63 0.92 0.8
Hex BA FB 9B 1A 0 26 2 65 5C 50
Octal 272 373 233 32 0 46 2 145 134 120
Binary 10111010 11111011 10011011 11010 0 100110 10 1100101 1011100 1010000

Color Harmonies of #BAFB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFB9B

Black with #BAFB9B

Text Example


Text Example

White with #BAFB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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