Html Css Color HEX #BAC9A7 Pixie Green

📋 copy color: '#BAC9A7'

red 186 ◦ green 201 ◦ blue 167

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

Shades of Pixie Green #BAC9A7

Tints of Pixie Green #BAC9A7

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.28%

 BLUE value IS 167 (65.63% from 255) = 30.14%

R = 33.57%
G = 36.28%
B = 30.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#BAC9A7 (or 0xBAC9A7) is known color: Pixie Green. HEX triplet: BA, C9 and A7. RGB value is (186,201,167). Sum of RGB (Red+Green+Blue) = 186+201+167=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC9A7 is #453658. Grayscale: #C0C0C0. Windows color (decimal): -4535897 or 10996154. OLE color: 10996154.

HSL color Cylindrical-coordinate representation of color #BAC9A7: hue angle of 86.47º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAC9A7 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 167 -
CMYK 0.07 0 0.17 0.21
HSL 86.47º 0.24% 0.72% -
HSV(B) 86.47º 0.17% 0.79% -
XYZ 48.11 55 44.64 -
YUV 192.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 186 201 167 0.07 0 0.17 0.21 86.47 0.24 0.72
Hex BA C9 A7 7 0 11 15 56 18 48
Octal 272 311 247 7 0 21 25 126 30 110
Binary 10111010 11001001 10100111 111 0 10001 10101 1010110 11000 1001000

Color Harmonies of #BAC9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9A7

Black with #BAC9A7

Text Example


Text Example

White with #BAC9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9A7; }

 p { color: rgb(186,201,167); }

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

background-color css

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

 a { background-color: rgb(186,201,167); }

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

border-color css

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

 span { border-color: rgb(186,201,167); }

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