Html Css Color HEX #B4CCA3 Pixie Green

📋 copy color: '#B4CCA3'

red 180 ◦ green 204 ◦ blue 163

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

Shades of Pixie Green #B4CCA3

Tints of Pixie Green #B4CCA3

RGB

 RED value IS 180 (70.7% from 255) = 32.91%

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

 BLUE value IS 163 (64.06% from 255) = 29.8%

R = 32.91%
G = 37.29%
B = 29.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#B4CCA3 (or 0xB4CCA3) is known color: Pixie Green. HEX triplet: B4, CC and A3. RGB value is (180,204,163). Sum of RGB (Red+Green+Blue) = 180+204+163=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 163 (64.06% from 255 or 29.80% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CCA3 is #4B335C. Grayscale: #C0C0C0. Windows color (decimal): -4928349 or 10734772. OLE color: 10734772.

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

Color convert

RGB 180 204 163 -
CMYK 0.12 0 0.20 0.2
HSL 95.12º 0.29% 0.72% -
HSV(B) 95.12º 0.2% 0.8% -
XYZ 47.03 55.53 42.89 -
YUV 192.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 180 204 163 0.12 0 0.20 0.2 95.12 0.29 0.72
Hex B4 CC A3 C 0 14 14 5F 1D 48
Octal 264 314 243 14 0 24 24 137 35 110
Binary 10110100 11001100 10100011 1100 0 10100 10100 1011111 11101 1001000

Color Harmonies of #B4CCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCA3

Black with #B4CCA3

Text Example


Text Example

White with #B4CCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCA3; }

 p { color: rgb(180,204,163); }

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

background-color css

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

 a { background-color: rgb(180,204,163); }

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

border-color css

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

 span { border-color: rgb(180,204,163); }

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