Html Css Color HEX #B2CCA0 Pixie Green

📋 copy color: '#B2CCA0'

red 178 ◦ green 204 ◦ blue 160

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

Shades of Pixie Green #B2CCA0

Tints of Pixie Green #B2CCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.52%

R = 32.84%
G = 37.64%
B = 29.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#B2CCA0 (or 0xB2CCA0) is known color: Pixie Green. HEX triplet: B2, CC and A0. RGB value is (178,204,160). Sum of RGB (Red+Green+Blue) = 178+204+160=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CCA0 is #4D335F. Grayscale: #BFBFBF. Windows color (decimal): -5059424 or 10538162. OLE color: 10538162.

HSL color Cylindrical-coordinate representation of color #B2CCA0: hue angle of 95.45º 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 #B2CCA0 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 160 -
CMYK 0.13 0 0.22 0.2
HSL 95.45º 0.3% 0.71% -
HSV(B) 95.45º 0.22% 0.8% -
XYZ 46.3 55.19 41.47 -
YUV 191.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 178 204 160 0.13 0 0.22 0.2 95.45 0.3 0.71
Hex B2 CC A0 D 0 16 14 5F 1E 47
Octal 262 314 240 15 0 26 24 137 36 107
Binary 10110010 11001100 10100000 1101 0 10110 10100 1011111 11110 1000111

Color Harmonies of #B2CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCA0

Black with #B2CCA0

Text Example


Text Example

White with #B2CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCA0; }

 p { color: rgb(178,204,160); }

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

background-color css

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

 a { background-color: rgb(178,204,160); }

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

border-color css

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

 span { border-color: rgb(178,204,160); }

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