Html Css Color HEX #BAE098 Pixie Green

📋 copy color: '#BAE098'

red 186 ◦ green 224 ◦ blue 152

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

Shades of Pixie Green #BAE098

Tints of Pixie Green #BAE098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.05%

R = 33.1%
G = 39.86%
B = 27.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#BAE098 (or 0xBAE098) is known color: Pixie Green. HEX triplet: BA, E0 and 98. RGB value is (186,224,152). Sum of RGB (Red+Green+Blue) = 186+224+152=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE098 is #451F67. Grayscale: #CCCCCC. Windows color (decimal): -4530024 or 10019002. OLE color: 10019002.

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

Color convert

RGB 186 224 152 -
CMYK 0.17 0 0.32 0.12
HSL 91.67º 0.54% 0.74% -
HSV(B) 91.67º 0.32% 0.88% -
XYZ 52.57 66.02 39.68 -
YUV 204.43 98.41 114.85 -
System Red Green Blue C M Y K H S L
Decimal 186 224 152 0.17 0 0.32 0.12 91.67 0.54 0.74
Hex BA E0 98 11 0 20 C 5C 36 4A
Octal 272 340 230 21 0 40 14 134 66 112
Binary 10111010 11100000 10011000 10001 0 100000 1100 1011100 110110 1001010

Color Harmonies of #BAE098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE098

Black with #BAE098

Text Example


Text Example

White with #BAE098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE098; }

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

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

background-color css

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

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

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

border-color css

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

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

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