Html Css Color HEX #B2C6A6 Pixie Green

📋 copy color: '#B2C6A6'

red 178 ◦ green 198 ◦ blue 166

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

Shades of Pixie Green #B2C6A6

Tints of Pixie Green #B2C6A6

RGB

 RED value IS 178 (69.92% from 255) = 32.84%

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

 BLUE value IS 166 (65.23% from 255) = 30.63%

R = 32.84%
G = 36.53%
B = 30.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#B2C6A6 (or 0xB2C6A6) is known color: Pixie Green. HEX triplet: B2, C6 and A6. RGB value is (178,198,166). Sum of RGB (Red+Green+Blue) = 178+198+166=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C6A6 is #4D3959. Grayscale: #BCBCBC. Windows color (decimal): -5060954 or 10929842. OLE color: 10929842.

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

Color convert

RGB 178 198 166 -
CMYK 0.10 0 0.16 0.22
HSL 97.5º 0.22% 0.71% -
HSV(B) 97.5º 0.16% 0.78% -
XYZ 45.44 52.61 43.84 -
YUV 188.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 178 198 166 0.10 0 0.16 0.22 97.5 0.22 0.71
Hex B2 C6 A6 A 0 10 16 62 16 47
Octal 262 306 246 12 0 20 26 142 26 107
Binary 10110010 11000110 10100110 1010 0 10000 10110 1100010 10110 1000111

Color Harmonies of #B2C6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C6A6

Black with #B2C6A6

Text Example


Text Example

White with #B2C6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C6A6; }

 p { color: rgb(178,198,166); }

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

background-color css

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

 a { background-color: rgb(178,198,166); }

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

border-color css

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

 span { border-color: rgb(178,198,166); }

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