#B5CBAA

Color #B5CBAA Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #B5CBAA

Tints of Pixie Green #B5CBAA

Color information

#B5CBAA (or 0xB5CBAA) is unknown color: approx Pixie Green. HEX triplet: B5, CB and AA. RGB value is (181,203,170). Sum of RGB (Red+Green+Blue) = 181+203+170=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CBAA is #4A3455. Grayscale: #C0C0C0. Windows color (decimal): -4863062 or 11193269. OLE color: 11193269.

HSL color Cylindrical-coordinate representation of color #B5CBAA: hue angle of 100º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5CBAA is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB181203170-
CMYK0.1100.160.20
HSL100º24.09%73.14%-
HSV(B)100º16.26%79.61%-
XYZ47.6755.4446.22-
YUV192.66115.21119.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.67%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=32.67%
G=36.64%
B=30.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812031700.1100.160.2010024.0973.14
HexB5CBAAB01014641849
Octal265313252130202414430111
Binary1011010111001011101010101011010000101001100100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CBAA; }

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

 H1.HeaderClassName
 {
   color: #B5CBAA;
 }
 .AnyTagClassName
 {
   color: #B5CBAA;
 }
</style>
background-color css

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

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

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

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

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

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