Html Css Color HEX #B8CCAA Pixie Green

📋 copy color: '#B8CCAA'

red 184 ◦ green 204 ◦ blue 170

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

Shades of Pixie Green #B8CCAA

Tints of Pixie Green #B8CCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.47%

R = 32.97%
G = 36.56%
B = 30.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#B8CCAA (or 0xB8CCAA) is known color: Pixie Green. HEX triplet: B8, CC and AA. RGB value is (184,204,170). Sum of RGB (Red+Green+Blue) = 184+204+170=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CCAA is #473355. Grayscale: #C2C2C2. Windows color (decimal): -4666198 or 11193528. OLE color: 11193528.

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

Color convert

RGB 184 204 170 -
CMYK 0.10 0 0.17 0.2
HSL 95.29º 0.25% 0.73% -
HSV(B) 95.29º 0.17% 0.8% -
XYZ 48.62 56.28 46.33 -
YUV 194.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 184 204 170 0.10 0 0.17 0.2 95.29 0.25 0.73
Hex B8 CC AA A 0 11 14 5F 19 49
Octal 270 314 252 12 0 21 24 137 31 111
Binary 10111000 11001100 10101010 1010 0 10001 10100 1011111 11001 1001001

Color Harmonies of #B8CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CCAA

Black with #B8CCAA

Text Example


Text Example

White with #B8CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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