Html Css Color HEX #BAE295 Pixie Green

📋 copy color: '#BAE295'

red 186 ◦ green 226 ◦ blue 149

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

Shades of Pixie Green #BAE295

Tints of Pixie Green #BAE295

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.29%

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

R = 33.16%
G = 40.29%
B = 26.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#BAE295 (or 0xBAE295) is known color: Pixie Green. HEX triplet: BA, E2 and 95. RGB value is (186,226,149). Sum of RGB (Red+Green+Blue) = 186+226+149=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE295 is #451D6A. Grayscale: #CDCDCD. Windows color (decimal): -4529515 or 9822906. OLE color: 9822906.

HSL color Cylindrical-coordinate representation of color #BAE295: hue angle of 91.17º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAE295 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 149 -
CMYK 0.18 0 0.34 0.11
HSL 91.17º 0.57% 0.74% -
HSV(B) 91.17º 0.34% 0.89% -
XYZ 52.87 67 38.58 -
YUV 205.26 96.25 114.26 -
System Red Green Blue C M Y K H S L
Decimal 186 226 149 0.18 0 0.34 0.11 91.17 0.57 0.74
Hex BA E2 95 12 0 22 B 5B 39 4A
Octal 272 342 225 22 0 42 13 133 71 112
Binary 10111010 11100010 10010101 10010 0 100010 1011 1011011 111001 1001010

Color Harmonies of #BAE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE295

Black with #BAE295

Text Example


Text Example

White with #BAE295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE295; }

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

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

background-color css

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

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

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

border-color css

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

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

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