Html Css Color HEX #BAF19B Madang

📋 copy color: '#BAF19B'

red 186 ◦ green 241 ◦ blue 155

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

Shades of Madang #BAF19B

Tints of Madang #BAF19B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.41%

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

R = 31.96%
G = 41.41%
B = 26.63%

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

#BAF19B (or 0xBAF19B) is known color: Madang. HEX triplet: BA, F1 and 9B. RGB value is (186,241,155). Sum of RGB (Red+Green+Blue) = 186+241+155=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF19B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF19B is #450E64. Grayscale: #D7D7D7. Windows color (decimal): -4525669 or 10219962. OLE color: 10219962.

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

Color convert

RGB 186 241 155 -
CMYK 0.23 0 0.36 0.05
HSL 98.37º 0.75% 0.78% -
HSV(B) 98.37º 0.36% 0.95% -
XYZ 57.62 75.72 42.59 -
YUV 214.75 94.28 107.49 -
System Red Green Blue C M Y K H S L
Decimal 186 241 155 0.23 0 0.36 0.05 98.37 0.75 0.78
Hex BA F1 9B 17 0 24 5 62 4B 4E
Octal 272 361 233 27 0 44 5 142 113 116
Binary 10111010 11110001 10011011 10111 0 100100 101 1100010 1001011 1001110

Color Harmonies of #BAF19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF19B

Black with #BAF19B

Text Example


Text Example

White with #BAF19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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