Html Css Color HEX #BAF092 Madang

📋 copy color: '#BAF092'

red 186 ◦ green 240 ◦ blue 146

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

Shades of Madang #BAF092

Tints of Madang #BAF092

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.96%

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

R = 32.52%
G = 41.96%
B = 25.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#BAF092 (or 0xBAF092) is known color: Madang. HEX triplet: BA, F0 and 92. RGB value is (186,240,146). Sum of RGB (Red+Green+Blue) = 186+240+146=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF092 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF092 is #450F6D. Grayscale: #D5D5D5. Windows color (decimal): -4525934 or 9629882. OLE color: 9629882.

HSL color Cylindrical-coordinate representation of color #BAF092: hue angle of 94.47º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAF092 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 146 -
CMYK 0.22 0 0.39 0.06
HSL 94.47º 0.76% 0.76% -
HSV(B) 94.47º 0.39% 0.94% -
XYZ 56.6 74.83 38.66 -
YUV 213.14 90.11 108.64 -
System Red Green Blue C M Y K H S L
Decimal 186 240 146 0.22 0 0.39 0.06 94.47 0.76 0.76
Hex BA F0 92 16 0 27 6 5E 4C 4C
Octal 272 360 222 26 0 47 6 136 114 114
Binary 10111010 11110000 10010010 10110 0 100111 110 1011110 1001100 1001100

Color Harmonies of #BAF092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF092

Black with #BAF092

Text Example


Text Example

White with #BAF092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF092; }

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

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

background-color css

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

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

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

border-color css

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

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

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