Html Css Color HEX #B4C8A5 Pixie Green

📋 copy color: '#B4C8A5'

red 180 ◦ green 200 ◦ blue 165

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

Shades of Pixie Green #B4C8A5

Tints of Pixie Green #B4C8A5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.7%

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

R = 33.03%
G = 36.7%
B = 30.28%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#B4C8A5 (or 0xB4C8A5) is known color: Pixie Green. HEX triplet: B4, C8 and A5. RGB value is (180,200,165). Sum of RGB (Red+Green+Blue) = 180+200+165=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C8A5 is #4B375A. Grayscale: #BEBEBE. Windows color (decimal): -4929371 or 10864820. OLE color: 10864820.

HSL color Cylindrical-coordinate representation of color #B4C8A5: hue angle of 94.29º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4C8A5 is Cyan = 0.1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 200 165 -
CMYK 0.1 0 0.18 0.22
HSL 94.29º 0.24% 0.72% -
HSV(B) 94.29º 0.18% 0.78% -
XYZ 46.27 53.73 43.53 -
YUV 190.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 180 200 165 0.1 0 0.18 0.22 94.29 0.24 0.72
Hex B4 C8 A5 A 0 12 16 5E 18 48
Octal 264 310 245 12 0 22 26 136 30 110
Binary 10110100 11001000 10100101 1010 0 10010 10110 1011110 11000 1001000

Color Harmonies of #B4C8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C8A5

Black with #B4C8A5

Text Example


Text Example

White with #B4C8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C8A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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