Html Css Color HEX #B1CC9E Pixie Green

📋 copy color: '#B1CC9E'

red 177 ◦ green 204 ◦ blue 158

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

Shades of Pixie Green #B1CC9E

Tints of Pixie Green #B1CC9E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

 BLUE value IS 158 (62.11% from 255) = 29.31%

R = 32.84%
G = 37.85%
B = 29.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#B1CC9E (or 0xB1CC9E) is known color: Pixie Green. HEX triplet: B1, CC and 9E. RGB value is (177,204,158). Sum of RGB (Red+Green+Blue) = 177+204+158=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CC9E is #4E3361. Grayscale: #BEBEBE. Windows color (decimal): -5124962 or 10407089. OLE color: 10407089.

HSL color Cylindrical-coordinate representation of color #B1CC9E: hue angle of 95.22º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1CC9E is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 204 158 -
CMYK 0.13 0 0.23 0.2
HSL 95.22º 0.31% 0.71% -
HSV(B) 95.22º 0.23% 0.8% -
XYZ 45.9 55 40.55 -
YUV 190.68 109.55 118.24 -
System Red Green Blue C M Y K H S L
Decimal 177 204 158 0.13 0 0.23 0.2 95.22 0.31 0.71
Hex B1 CC 9E D 0 17 14 5F 1F 47
Octal 261 314 236 15 0 27 24 137 37 107
Binary 10110001 11001100 10011110 1101 0 10111 10100 1011111 11111 1000111

Color Harmonies of #B1CC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CC9E

Black with #B1CC9E

Text Example


Text Example

White with #B1CC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CC9E; }

 p { color: rgb(177,204,158); }

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

background-color css

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

 a { background-color: rgb(177,204,158); }

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

border-color css

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

 span { border-color: rgb(177,204,158); }

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