Html Css Color HEX #BAF395 Madang

📋 copy color: '#BAF395'

red 186 ◦ green 243 ◦ blue 149

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

Shades of Madang #BAF395

Tints of Madang #BAF395

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.04%

 BLUE value IS 149 (58.59% from 255) = 25.78%

R = 32.18%
G = 42.04%
B = 25.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#BAF395 (or 0xBAF395) is known color: Madang. HEX triplet: BA, F3 and 95. RGB value is (186,243,149). Sum of RGB (Red+Green+Blue) = 186+243+149=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF395 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF395 is #450C6A. Grayscale: #D7D7D7. Windows color (decimal): -4525163 or 9827258. OLE color: 9827258.

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

Color convert

RGB 186 243 149 -
CMYK 0.23 0 0.39 0.05
HSL 96.38º 0.8% 0.77% -
HSV(B) 96.38º 0.39% 0.95% -
XYZ 57.73 76.71 40.2 -
YUV 215.24 90.62 107.14 -
System Red Green Blue C M Y K H S L
Decimal 186 243 149 0.23 0 0.39 0.05 96.38 0.8 0.77
Hex BA F3 95 17 0 27 5 60 50 4D
Octal 272 363 225 27 0 47 5 140 120 115
Binary 10111010 11110011 10010101 10111 0 100111 101 1100000 1010000 1001101

Color Harmonies of #BAF395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF395

Black with #BAF395

Text Example


Text Example

White with #BAF395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF395; }

 p { color: rgb(186,243,149); }

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

background-color css

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

 a { background-color: rgb(186,243,149); }

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

border-color css

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

 span { border-color: rgb(186,243,149); }

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