Html Css Color HEX #B1CB9E Pixie Green

📋 copy color: '#B1CB9E'

red 177 ◦ green 203 ◦ blue 158

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

Shades of Pixie Green #B1CB9E

Tints of Pixie Green #B1CB9E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.73%

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

R = 32.9%
G = 37.73%
B = 29.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#B1CB9E (or 0xB1CB9E) is known color: Pixie Green. HEX triplet: B1, CB and 9E. RGB value is (177,203,158). Sum of RGB (Red+Green+Blue) = 177+203+158=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CB9E is #4E3461. Grayscale: #BEBEBE. Windows color (decimal): -5125218 or 10406833. OLE color: 10406833.

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

Color convert

RGB 177 203 158 -
CMYK 0.13 0 0.22 0.20
HSL 94.67º 0.3% 0.71% -
HSV(B) 94.67º 0.22% 0.8% -
XYZ 45.66 54.53 40.47 -
YUV 190.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 177 203 158 0.13 0 0.22 0.20 94.67 0.3 0.71
Hex B1 CB 9E D 0 16 14 5F 1E 47
Octal 261 313 236 15 0 26 24 137 36 107
Binary 10110001 11001011 10011110 1101 0 10110 10100 1011111 11110 1000111

Color Harmonies of #B1CB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CB9E

Black with #B1CB9E

Text Example


Text Example

White with #B1CB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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