Html Css Color HEX #B8CAA4 Pixie Green

📋 copy color: '#B8CAA4'

red 184 ◦ green 202 ◦ blue 164

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

Shades of Pixie Green #B8CAA4

Tints of Pixie Green #B8CAA4

RGB

 RED value IS 184 (72.27% from 255) = 33.45%

 GREEN value IS 202 (79.3% from 255) = 36.73%

 BLUE value IS 164 (64.45% from 255) = 29.82%

R = 33.45%
G = 36.73%
B = 29.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#B8CAA4 (or 0xB8CAA4) is known color: Pixie Green. HEX triplet: B8, CA and A4. RGB value is (184,202,164). Sum of RGB (Red+Green+Blue) = 184+202+164=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CAA4 is #47355B. Grayscale: #C0C0C0. Windows color (decimal): -4666716 or 10799800. OLE color: 10799800.

HSL color Cylindrical-coordinate representation of color #B8CAA4: hue angle of 88.42º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8CAA4 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 202 164 -
CMYK 0.09 0 0.19 0.21
HSL 88.42º 0.26% 0.72% -
HSV(B) 88.42º 0.19% 0.79% -
XYZ 47.59 55.11 43.25 -
YUV 192.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 184 202 164 0.09 0 0.19 0.21 88.42 0.26 0.72
Hex B8 CA A4 9 0 13 15 58 1A 48
Octal 270 312 244 11 0 23 25 130 32 110
Binary 10111000 11001010 10100100 1001 0 10011 10101 1011000 11010 1001000

Color Harmonies of #B8CAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CAA4

Black with #B8CAA4

Text Example


Text Example

White with #B8CAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CAA4; }

 p { color: rgb(184,202,164); }

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

background-color css

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

 a { background-color: rgb(184,202,164); }

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

border-color css

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

 span { border-color: rgb(184,202,164); }

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