Html Css Color HEX #B5CCAA Pixie Green

📋 copy color: '#B5CCAA'

red 181 ◦ green 204 ◦ blue 170

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

Shades of Pixie Green #B5CCAA

Tints of Pixie Green #B5CCAA

RGB

 RED value IS 181 (71.09% from 255) = 32.61%

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

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

R = 32.61%
G = 36.76%
B = 30.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#B5CCAA (or 0xB5CCAA) is known color: Pixie Green. HEX triplet: B5, CC and AA. RGB value is (181,204,170). Sum of RGB (Red+Green+Blue) = 181+204+170=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CCAA is #4A3355. Grayscale: #C1C1C1. Windows color (decimal): -4862806 or 11193525. OLE color: 11193525.

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

Color convert

RGB 181 204 170 -
CMYK 0.11 0 0.17 0.2
HSL 100.59º 0.25% 0.73% -
HSV(B) 100.59º 0.17% 0.8% -
XYZ 47.9 55.91 46.3 -
YUV 193.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 181 204 170 0.11 0 0.17 0.2 100.59 0.25 0.73
Hex B5 CC AA B 0 11 14 65 19 49
Octal 265 314 252 13 0 21 24 145 31 111
Binary 10110101 11001100 10101010 1011 0 10001 10100 1100101 11001 1001001

Color Harmonies of #B5CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CCAA

Black with #B5CCAA

Text Example


Text Example

White with #B5CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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