Html Css Color HEX #B4CAA1 Pixie Green

📋 copy color: '#B4CAA1'

red 180 ◦ green 202 ◦ blue 161

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

Shades of Pixie Green #B4CAA1

Tints of Pixie Green #B4CAA1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.2%

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

R = 33.15%
G = 37.2%
B = 29.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#B4CAA1 (or 0xB4CAA1) is known color: Pixie Green. HEX triplet: B4, CA and A1. RGB value is (180,202,161). Sum of RGB (Red+Green+Blue) = 180+202+161=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CAA1 is #4B355E. Grayscale: #BEBEBE. Windows color (decimal): -4928863 or 10603188. OLE color: 10603188.

HSL color Cylindrical-coordinate representation of color #B4CAA1: hue angle of 92.2º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4CAA1 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 202 161 -
CMYK 0.11 0 0.20 0.21
HSL 92.2º 0.28% 0.71% -
HSV(B) 92.2º 0.2% 0.79% -
XYZ 46.38 54.52 41.8 -
YUV 190.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 180 202 161 0.11 0 0.20 0.21 92.2 0.28 0.71
Hex B4 CA A1 B 0 14 15 5C 1C 47
Octal 264 312 241 13 0 24 25 134 34 107
Binary 10110100 11001010 10100001 1011 0 10100 10101 1011100 11100 1000111

Color Harmonies of #B4CAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CAA1

Black with #B4CAA1

Text Example


Text Example

White with #B4CAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CAA1; }

 p { color: rgb(180,202,161); }

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

background-color css

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

 a { background-color: rgb(180,202,161); }

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

border-color css

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

 span { border-color: rgb(180,202,161); }

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