Html Css Color HEX #B3CBA1 Pixie Green

📋 copy color: '#B3CBA1'

red 179 ◦ green 203 ◦ blue 161

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

Shades of Pixie Green #B3CBA1

Tints of Pixie Green #B3CBA1

RGB

 RED value IS 179 (70.31% from 255) = 32.97%

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

 BLUE value IS 161 (63.28% from 255) = 29.65%

R = 32.97%
G = 37.38%
B = 29.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#B3CBA1 (or 0xB3CBA1) is known color: Pixie Green. HEX triplet: B3, CB and A1. RGB value is (179,203,161). Sum of RGB (Red+Green+Blue) = 179+203+161=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CBA1 is #4C345E. Grayscale: #BFBFBF. Windows color (decimal): -4994143 or 10603443. OLE color: 10603443.

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

Color convert

RGB 179 203 161 -
CMYK 0.12 0 0.21 0.20
HSL 94.29º 0.29% 0.71% -
HSV(B) 94.29º 0.21% 0.8% -
XYZ 46.38 54.87 41.86 -
YUV 191.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 179 203 161 0.12 0 0.21 0.20 94.29 0.29 0.71
Hex B3 CB A1 C 0 15 14 5E 1D 47
Octal 263 313 241 14 0 25 24 136 35 107
Binary 10110011 11001011 10100001 1100 0 10101 10100 1011110 11101 1000111

Color Harmonies of #B3CBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CBA1

Black with #B3CBA1

Text Example


Text Example

White with #B3CBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CBA1; }

 p { color: rgb(179,203,161); }

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

background-color css

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

 a { background-color: rgb(179,203,161); }

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

border-color css

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

 span { border-color: rgb(179,203,161); }

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