Html Css Color HEX #BAF293 Madang

📋 copy color: '#BAF293'

red 186 ◦ green 242 ◦ blue 147

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

Shades of Madang #BAF293

Tints of Madang #BAF293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.57%

R = 32.35%
G = 42.09%
B = 25.57%

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

#BAF293 (or 0xBAF293) is known color: Madang. HEX triplet: BA, F2 and 93. RGB value is (186,242,147). Sum of RGB (Red+Green+Blue) = 186+242+147=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF293 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF293 is #450D6C. Grayscale: #D6D6D6. Windows color (decimal): -4525421 or 9695930. OLE color: 9695930.

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

Color convert

RGB 186 242 147 -
CMYK 0.23 0 0.39 0.05
HSL 95.37º 0.79% 0.76% -
HSV(B) 95.37º 0.39% 0.95% -
XYZ 57.27 76.05 39.26 -
YUV 214.43 89.95 107.72 -
System Red Green Blue C M Y K H S L
Decimal 186 242 147 0.23 0 0.39 0.05 95.37 0.79 0.76
Hex BA F2 93 17 0 27 5 5F 4F 4C
Octal 272 362 223 27 0 47 5 137 117 114
Binary 10111010 11110010 10010011 10111 0 100111 101 1011111 1001111 1001100

Color Harmonies of #BAF293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF293

Black with #BAF293

Text Example


Text Example

White with #BAF293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF293; }

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

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

background-color css

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

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

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

border-color css

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

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

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