Html Css Color HEX #B1C6A3 Pixie Green

📋 copy color: '#B1C6A3'

red 177 ◦ green 198 ◦ blue 163

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

Shades of Pixie Green #B1C6A3

Tints of Pixie Green #B1C6A3

RGB

 RED value IS 177 (69.53% from 255) = 32.9%

 GREEN value IS 198 (77.73% from 255) = 36.8%

 BLUE value IS 163 (64.06% from 255) = 30.3%

R = 32.9%
G = 36.8%
B = 30.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#B1C6A3 (or 0xB1C6A3) is known color: Pixie Green. HEX triplet: B1, C6 and A3. RGB value is (177,198,163). Sum of RGB (Red+Green+Blue) = 177+198+163=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C6A3 is #4E395C. Grayscale: #BBBBBB. Windows color (decimal): -5126493 or 10733233. OLE color: 10733233.

HSL color Cylindrical-coordinate representation of color #B1C6A3: hue angle of 96º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1C6A3 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 198 163 -
CMYK 0.11 0 0.18 0.22
HSL 96º 0.23% 0.71% -
HSV(B) 96º 0.18% 0.78% -
XYZ 44.94 52.38 42.39 -
YUV 187.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 177 198 163 0.11 0 0.18 0.22 96 0.23 0.71
Hex B1 C6 A3 B 0 12 16 60 17 47
Octal 261 306 243 13 0 22 26 140 27 107
Binary 10110001 11000110 10100011 1011 0 10010 10110 1100000 10111 1000111

Color Harmonies of #B1C6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C6A3

Black with #B1C6A3

Text Example


Text Example

White with #B1C6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C6A3; }

 p { color: rgb(177,198,163); }

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

background-color css

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

 a { background-color: rgb(177,198,163); }

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

border-color css

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

 span { border-color: rgb(177,198,163); }

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