Html Css Color HEX #BAF392 Madang

📋 copy color: '#BAF392'

red 186 ◦ green 243 ◦ blue 146

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

Shades of Madang #BAF392

Tints of Madang #BAF392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.39%

R = 32.35%
G = 42.26%
B = 25.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#BAF392 (or 0xBAF392) is known color: Madang. HEX triplet: BA, F3 and 92. RGB value is (186,243,146). Sum of RGB (Red+Green+Blue) = 186+243+146=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF392 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF392 is #450C6D. Grayscale: #D7D7D7. Windows color (decimal): -4525166 or 9630650. OLE color: 9630650.

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

Color convert

RGB 186 243 146 -
CMYK 0.23 0 0.40 0.05
HSL 95.26º 0.8% 0.76% -
HSV(B) 95.26º 0.4% 0.95% -
XYZ 57.49 76.62 38.95 -
YUV 214.9 89.12 107.39 -
System Red Green Blue C M Y K H S L
Decimal 186 243 146 0.23 0 0.40 0.05 95.26 0.8 0.76
Hex BA F3 92 17 0 28 5 5F 50 4C
Octal 272 363 222 27 0 50 5 137 120 114
Binary 10111010 11110011 10010010 10111 0 101000 101 1011111 1010000 1001100

Color Harmonies of #BAF392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF392

Black with #BAF392

Text Example


Text Example

White with #BAF392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF392; }

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

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

background-color css

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

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

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

border-color css

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

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

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