Html Css Color HEX #B5CBAA Pixie Green

📋 copy color: '#B5CBAA'

red 181 ◦ green 203 ◦ blue 170

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

Shades of Pixie Green #B5CBAA

Tints of Pixie Green #B5CBAA

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.8% from 255) = 30.69%

R = 32.67%
G = 36.64%
B = 30.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#B5CBAA (or 0xB5CBAA) is known color: 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

RGB 181 203 170 -
CMYK 0.11 0 0.16 0.20
HSL 100º 0.24% 0.73% -
HSV(B) 100º 0.16% 0.8% -
XYZ 47.67 55.44 46.22 -
YUV 192.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 181 203 170 0.11 0 0.16 0.20 100 0.24 0.73
Hex B5 CB AA B 0 10 14 64 18 49
Octal 265 313 252 13 0 20 24 144 30 111
Binary 10110101 11001011 10101010 1011 0 10000 10100 1100100 11000 1001001

Color Harmonies of #B5CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CBAA

Black with #B5CBAA

Text Example


Text Example

White with #B5CBAA

Text Example


Text Example

HTML Codes & Css Web 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>