Html Css Color HEX #BAE096 Pixie Green

📋 copy color: '#BAE096'

red 186 ◦ green 224 ◦ blue 150

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

Shades of Pixie Green #BAE096

Tints of Pixie Green #BAE096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40%

 BLUE value IS 150 (58.98% from 255) = 26.79%

R = 33.21%
G = 40%
B = 26.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#BAE096 (or 0xBAE096) is known color: Pixie Green. HEX triplet: BA, E0 and 96. RGB value is (186,224,150). Sum of RGB (Red+Green+Blue) = 186+224+150=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE096 is #451F69. Grayscale: #CCCCCC. Windows color (decimal): -4530026 or 9887930. OLE color: 9887930.

HSL color Cylindrical-coordinate representation of color #BAE096: hue angle of 90.81º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAE096 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 150 -
CMYK 0.17 0 0.33 0.12
HSL 90.81º 0.54% 0.73% -
HSV(B) 90.81º 0.33% 0.88% -
XYZ 52.41 65.95 38.82 -
YUV 204.2 97.41 115.02 -
System Red Green Blue C M Y K H S L
Decimal 186 224 150 0.17 0 0.33 0.12 90.81 0.54 0.73
Hex BA E0 96 11 0 21 C 5B 36 49
Octal 272 340 226 21 0 41 14 133 66 111
Binary 10111010 11100000 10010110 10001 0 100001 1100 1011011 110110 1001001

Color Harmonies of #BAE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE096

Black with #BAE096

Text Example


Text Example

White with #BAE096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE096; }

 p { color: rgb(186,224,150); }

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

background-color css

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

 a { background-color: rgb(186,224,150); }

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

border-color css

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

 span { border-color: rgb(186,224,150); }

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