Html Css Color HEX #B8CCA1 Pixie Green

📋 copy color: '#B8CCA1'

red 184 ◦ green 204 ◦ blue 161

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

Shades of Pixie Green #B8CCA1

Tints of Pixie Green #B8CCA1

RGB

 RED value IS 184 (72.27% from 255) = 33.52%

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

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

R = 33.52%
G = 37.16%
B = 29.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#B8CCA1 (or 0xB8CCA1) is known color: Pixie Green. HEX triplet: B8, CC and A1. RGB value is (184,204,161). Sum of RGB (Red+Green+Blue) = 184+204+161=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CCA1 is #47335E. Grayscale: #C1C1C1. Windows color (decimal): -4666207 or 10603704. OLE color: 10603704.

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

Color convert

RGB 184 204 161 -
CMYK 0.10 0 0.21 0.2
HSL 87.91º 0.3% 0.72% -
HSV(B) 87.91º 0.21% 0.8% -
XYZ 47.79 55.95 42 -
YUV 193.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 184 204 161 0.10 0 0.21 0.2 87.91 0.3 0.72
Hex B8 CC A1 A 0 15 14 58 1E 48
Octal 270 314 241 12 0 25 24 130 36 110
Binary 10111000 11001100 10100001 1010 0 10101 10100 1011000 11110 1001000

Color Harmonies of #B8CCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CCA1

Black with #B8CCA1

Text Example


Text Example

White with #B8CCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CCA1; }

 p { color: rgb(184,204,161); }

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

background-color css

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

 a { background-color: rgb(184,204,161); }

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

border-color css

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

 span { border-color: rgb(184,204,161); }

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