Html Css Color HEX #BAF199 Madang

📋 copy color: '#BAF199'

red 186 ◦ green 241 ◦ blue 153

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

Shades of Madang #BAF199

Tints of Madang #BAF199

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.55%

 BLUE value IS 153 (60.16% from 255) = 26.38%

R = 32.07%
G = 41.55%
B = 26.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#BAF199 (or 0xBAF199) is known color: Madang. HEX triplet: BA, F1 and 99. RGB value is (186,241,153). Sum of RGB (Red+Green+Blue) = 186+241+153=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF199 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF199 is #450E66. Grayscale: #D6D6D6. Windows color (decimal): -4525671 or 10088890. OLE color: 10088890.

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

Color convert

RGB 186 241 153 -
CMYK 0.23 0 0.37 0.05
HSL 97.5º 0.76% 0.77% -
HSV(B) 97.5º 0.37% 0.95% -
XYZ 57.45 75.65 41.71 -
YUV 214.52 93.28 107.66 -
System Red Green Blue C M Y K H S L
Decimal 186 241 153 0.23 0 0.37 0.05 97.5 0.76 0.77
Hex BA F1 99 17 0 25 5 62 4C 4D
Octal 272 361 231 27 0 45 5 142 114 115
Binary 10111010 11110001 10011001 10111 0 100101 101 1100010 1001100 1001101

Color Harmonies of #BAF199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF199

Black with #BAF199

Text Example


Text Example

White with #BAF199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF199; }

 p { color: rgb(186,241,153); }

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

background-color css

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

 a { background-color: rgb(186,241,153); }

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

border-color css

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

 span { border-color: rgb(186,241,153); }

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