Html Css Color HEX #B4C4A5 Pixie Green

📋 copy color: '#B4C4A5'

red 180 ◦ green 196 ◦ blue 165

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

Shades of Pixie Green #B4C4A5

Tints of Pixie Green #B4C4A5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.23%

 BLUE value IS 165 (64.84% from 255) = 30.5%

R = 33.27%
G = 36.23%
B = 30.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#B4C4A5 (or 0xB4C4A5) is known color: Pixie Green. HEX triplet: B4, C4 and A5. RGB value is (180,196,165). Sum of RGB (Red+Green+Blue) = 180+196+165=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C4A5 is #4B3B5A. Grayscale: #BBBBBB. Windows color (decimal): -4930395 or 10863796. OLE color: 10863796.

HSL color Cylindrical-coordinate representation of color #B4C4A5: hue angle of 90.97º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4C4A5 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 196 165 -
CMYK 0.08 0 0.16 0.23
HSL 90.97º 0.21% 0.71% -
HSV(B) 90.97º 0.16% 0.77% -
XYZ 45.35 51.9 43.22 -
YUV 187.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 180 196 165 0.08 0 0.16 0.23 90.97 0.21 0.71
Hex B4 C4 A5 8 0 10 17 5B 15 47
Octal 264 304 245 10 0 20 27 133 25 107
Binary 10110100 11000100 10100101 1000 0 10000 10111 1011011 10101 1000111

Color Harmonies of #B4C4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C4A5

Black with #B4C4A5

Text Example


Text Example

White with #B4C4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C4A5; }

 p { color: rgb(180,196,165); }

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

background-color css

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

 a { background-color: rgb(180,196,165); }

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

border-color css

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

 span { border-color: rgb(180,196,165); }

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