Html Css Color HEX #BAE695 Madang

📋 copy color: '#BAE695'

red 186 ◦ green 230 ◦ blue 149

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

Shades of Madang #BAE695

Tints of Madang #BAE695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.37%

R = 32.92%
G = 40.71%
B = 26.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#BAE695 (or 0xBAE695) is known color: Madang. HEX triplet: BA, E6 and 95. RGB value is (186,230,149). Sum of RGB (Red+Green+Blue) = 186+230+149=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE695 is #45196A. Grayscale: #CFCFCF. Windows color (decimal): -4528491 or 9823930. OLE color: 9823930.

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

Color convert

RGB 186 230 149 -
CMYK 0.19 0 0.35 0.10
HSL 92.59º 0.62% 0.74% -
HSV(B) 92.59º 0.35% 0.9% -
XYZ 53.97 69.2 38.95 -
YUV 207.61 94.92 112.59 -
System Red Green Blue C M Y K H S L
Decimal 186 230 149 0.19 0 0.35 0.10 92.59 0.62 0.74
Hex BA E6 95 13 0 23 A 5D 3E 4A
Octal 272 346 225 23 0 43 12 135 76 112
Binary 10111010 11100110 10010101 10011 0 100011 1010 1011101 111110 1001010

Color Harmonies of #BAE695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE695

Black with #BAE695

Text Example


Text Example

White with #BAE695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE695; }

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

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

background-color css

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

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

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

border-color css

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

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

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