Html Css Color HEX #B8D0A4 Pixie Green

📋 copy color: '#B8D0A4'

red 184 ◦ green 208 ◦ blue 164

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

Shades of Pixie Green #B8D0A4

Tints of Pixie Green #B8D0A4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.41%

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

R = 33.09%
G = 37.41%
B = 29.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#B8D0A4 (or 0xB8D0A4) is known color: Pixie Green. HEX triplet: B8, D0 and A4. RGB value is (184,208,164). Sum of RGB (Red+Green+Blue) = 184+208+164=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D0A4 is #472F5B. Grayscale: #C3C3C3. Windows color (decimal): -4665180 or 10801336. OLE color: 10801336.

HSL color Cylindrical-coordinate representation of color #B8D0A4: hue angle of 92.73º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8D0A4 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 208 164 -
CMYK 0.12 0 0.21 0.18
HSL 92.73º 0.32% 0.73% -
HSV(B) 92.73º 0.21% 0.82% -
XYZ 49.02 57.98 43.73 -
YUV 195.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 184 208 164 0.12 0 0.21 0.18 92.73 0.32 0.73
Hex B8 D0 A4 C 0 15 12 5D 20 49
Octal 270 320 244 14 0 25 22 135 40 111
Binary 10111000 11010000 10100100 1100 0 10101 10010 1011101 100000 1001001

Color Harmonies of #B8D0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D0A4

Black with #B8D0A4

Text Example


Text Example

White with #B8D0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D0A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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