Html Css Color HEX #BAF99E Madang

📋 copy color: '#BAF99E'

red 186 ◦ green 249 ◦ blue 158

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

Shades of Madang #BAF99E

Tints of Madang #BAF99E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.99%

 BLUE value IS 158 (62.11% from 255) = 26.64%

R = 31.37%
G = 41.99%
B = 26.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#BAF99E (or 0xBAF99E) is known color: Madang. HEX triplet: BA, F9 and 9E. RGB value is (186,249,158). Sum of RGB (Red+Green+Blue) = 186+249+158=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF99E is #450661. Grayscale: #DCDCDC. Windows color (decimal): -4523618 or 10418618. OLE color: 10418618.

HSL color Cylindrical-coordinate representation of color #BAF99E: hue angle of 101.54º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAF99E is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 158 -
CMYK 0.25 0 0.37 0.02
HSL 101.54º 0.88% 0.8% -
HSV(B) 101.54º 0.37% 0.98% -
XYZ 60.3 80.66 44.74 -
YUV 219.79 93.13 103.9 -
System Red Green Blue C M Y K H S L
Decimal 186 249 158 0.25 0 0.37 0.02 101.54 0.88 0.8
Hex BA F9 9E 19 0 25 2 66 58 50
Octal 272 371 236 31 0 45 2 146 130 120
Binary 10111010 11111001 10011110 11001 0 100101 10 1100110 1011000 1010000

Color Harmonies of #BAF99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF99E

Black with #BAF99E

Text Example


Text Example

White with #BAF99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF99E; }

 p { color: rgb(186,249,158); }

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

background-color css

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

 a { background-color: rgb(186,249,158); }

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

border-color css

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

 span { border-color: rgb(186,249,158); }

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