Html Css Color HEX #B4CBA9 Pixie Green

📋 copy color: '#B4CBA9'

red 180 ◦ green 203 ◦ blue 169

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

Shades of Pixie Green #B4CBA9

Tints of Pixie Green #B4CBA9

RGB

 RED value IS 180 (70.7% from 255) = 32.61%

 GREEN value IS 203 (79.69% from 255) = 36.78%

 BLUE value IS 169 (66.41% from 255) = 30.62%

R = 32.61%
G = 36.78%
B = 30.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#B4CBA9 (or 0xB4CBA9) is known color: Pixie Green. HEX triplet: B4, CB and A9. RGB value is (180,203,169). Sum of RGB (Red+Green+Blue) = 180+203+169=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CBA9 is #4B3456. Grayscale: #C0C0C0. Windows color (decimal): -4928599 or 11127732. OLE color: 11127732.

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

Color convert

RGB 180 203 169 -
CMYK 0.11 0 0.17 0.20
HSL 100.59º 0.25% 0.73% -
HSV(B) 100.59º 0.17% 0.8% -
XYZ 47.34 55.28 45.71 -
YUV 192.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 180 203 169 0.11 0 0.17 0.20 100.59 0.25 0.73
Hex B4 CB A9 B 0 11 14 65 19 49
Octal 264 313 251 13 0 21 24 145 31 111
Binary 10110100 11001011 10101001 1011 0 10001 10100 1100101 11001 1001001

Color Harmonies of #B4CBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CBA9

Black with #B4CBA9

Text Example


Text Example

White with #B4CBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CBA9; }

 p { color: rgb(180,203,169); }

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

background-color css

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

 a { background-color: rgb(180,203,169); }

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

border-color css

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

 span { border-color: rgb(180,203,169); }

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