Html Css Color HEX #BAF294 Madang

📋 copy color: '#BAF294'

red 186 ◦ green 242 ◦ blue 148

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

Shades of Madang #BAF294

Tints of Madang #BAF294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.69%

R = 32.29%
G = 42.01%
B = 25.69%

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

#BAF294 (or 0xBAF294) is known color: Madang. HEX triplet: BA, F2 and 94. RGB value is (186,242,148). Sum of RGB (Red+Green+Blue) = 186+242+148=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF294 is #450D6B. Grayscale: #D6D6D6. Windows color (decimal): -4525420 or 9761466. OLE color: 9761466.

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

Color convert

RGB 186 242 148 -
CMYK 0.23 0 0.39 0.05
HSL 95.74º 0.78% 0.76% -
HSV(B) 95.74º 0.39% 0.95% -
XYZ 57.35 76.08 39.68 -
YUV 214.54 90.45 107.64 -
System Red Green Blue C M Y K H S L
Decimal 186 242 148 0.23 0 0.39 0.05 95.74 0.78 0.76
Hex BA F2 94 17 0 27 5 60 4E 4C
Octal 272 362 224 27 0 47 5 140 116 114
Binary 10111010 11110010 10010100 10111 0 100111 101 1100000 1001110 1001100

Color Harmonies of #BAF294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF294

Black with #BAF294

Text Example


Text Example

White with #BAF294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF294; }

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

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

background-color css

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

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

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

border-color css

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

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

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