Html Css Color HEX #BAE697 Madang

📋 copy color: '#BAE697'

red 186 ◦ green 230 ◦ blue 151

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

Shades of Madang #BAE697

Tints of Madang #BAE697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.63%

R = 32.8%
G = 40.56%
B = 26.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#BAE697 (or 0xBAE697) is known color: Madang. HEX triplet: BA, E6 and 97. RGB value is (186,230,151). Sum of RGB (Red+Green+Blue) = 186+230+151=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE697 is #451968. Grayscale: #D0D0D0. Windows color (decimal): -4528489 or 9955002. OLE color: 9955002.

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

Color convert

RGB 186 230 151 -
CMYK 0.19 0 0.34 0.10
HSL 93.42º 0.61% 0.75% -
HSV(B) 93.42º 0.34% 0.9% -
XYZ 54.13 69.27 39.79 -
YUV 207.84 95.92 112.42 -
System Red Green Blue C M Y K H S L
Decimal 186 230 151 0.19 0 0.34 0.10 93.42 0.61 0.75
Hex BA E6 97 13 0 22 A 5D 3D 4B
Octal 272 346 227 23 0 42 12 135 75 113
Binary 10111010 11100110 10010111 10011 0 100010 1010 1011101 111101 1001011

Color Harmonies of #BAE697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE697

Black with #BAE697

Text Example


Text Example

White with #BAE697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE697; }

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

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

background-color css

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

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

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

border-color css

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

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

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