Html Css Color HEX #BAE69F Madang

📋 copy color: '#BAE69F'

red 186 ◦ green 230 ◦ blue 159

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

Shades of Madang #BAE69F

Tints of Madang #BAE69F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40%

 BLUE value IS 159 (62.5% from 255) = 27.65%

R = 32.35%
G = 40%
B = 27.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#BAE69F (or 0xBAE69F) is known color: Madang. HEX triplet: BA, E6 and 9F. RGB value is (186,230,159). Sum of RGB (Red+Green+Blue) = 186+230+159=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE69F is #451960. Grayscale: #D0D0D0. Windows color (decimal): -4528481 or 10479290. OLE color: 10479290.

HSL color Cylindrical-coordinate representation of color #BAE69F: hue angle of 97.18º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAE69F is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 159 -
CMYK 0.19 0 0.31 0.10
HSL 97.18º 0.59% 0.76% -
HSV(B) 97.18º 0.31% 0.9% -
XYZ 54.8 69.54 43.33 -
YUV 208.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 186 230 159 0.19 0 0.31 0.10 97.18 0.59 0.76
Hex BA E6 9F 13 0 1F A 61 3B 4C
Octal 272 346 237 23 0 37 12 141 73 114
Binary 10111010 11100110 10011111 10011 0 11111 1010 1100001 111011 1001100

Color Harmonies of #BAE69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE69F

Black with #BAE69F

Text Example


Text Example

White with #BAE69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE69F; }

 p { color: rgb(186,230,159); }

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

background-color css

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

 a { background-color: rgb(186,230,159); }

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

border-color css

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

 span { border-color: rgb(186,230,159); }

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