Html Css Color HEX #BAE097 Pixie Green

📋 copy color: '#BAE097'

red 186 ◦ green 224 ◦ blue 151

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

Shades of Pixie Green #BAE097

Tints of Pixie Green #BAE097

RGB

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

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

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

R = 33.16%
G = 39.93%
B = 26.92%

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

#BAE097 (or 0xBAE097) is known color: Pixie Green. HEX triplet: BA, E0 and 97. RGB value is (186,224,151). Sum of RGB (Red+Green+Blue) = 186+224+151=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE097 is #451F68. Grayscale: #CCCCCC. Windows color (decimal): -4530025 or 9953466. OLE color: 9953466.

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

Color convert

RGB 186 224 151 -
CMYK 0.17 0 0.33 0.12
HSL 91.23º 0.54% 0.74% -
HSV(B) 91.23º 0.33% 0.88% -
XYZ 52.49 65.98 39.25 -
YUV 204.32 97.91 114.94 -
System Red Green Blue C M Y K H S L
Decimal 186 224 151 0.17 0 0.33 0.12 91.23 0.54 0.74
Hex BA E0 97 11 0 21 C 5B 36 4A
Octal 272 340 227 21 0 41 14 133 66 112
Binary 10111010 11100000 10010111 10001 0 100001 1100 1011011 110110 1001010

Color Harmonies of #BAE097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE097

Black with #BAE097

Text Example


Text Example

White with #BAE097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE097; }

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

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

background-color css

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

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

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

border-color css

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

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

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