Html Css Color HEX #B8CDAA Pixie Green

📋 copy color: '#B8CDAA'

red 184 ◦ green 205 ◦ blue 170

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

Shades of Pixie Green #B8CDAA

Tints of Pixie Green #B8CDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.67%

 BLUE value IS 170 (66.8% from 255) = 30.41%

R = 32.92%
G = 36.67%
B = 30.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#B8CDAA (or 0xB8CDAA) is known color: Pixie Green. HEX triplet: B8, CD and AA. RGB value is (184,205,170). Sum of RGB (Red+Green+Blue) = 184+205+170=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CDAA is #473255. Grayscale: #C2C2C2. Windows color (decimal): -4665942 or 11193784. OLE color: 11193784.

HSL color Cylindrical-coordinate representation of color #B8CDAA: hue angle of 96º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8CDAA is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 205 170 -
CMYK 0.10 0 0.17 0.20
HSL 96º 0.26% 0.74% -
HSV(B) 96º 0.17% 0.8% -
XYZ 48.85 56.76 46.41 -
YUV 194.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 184 205 170 0.10 0 0.17 0.20 96 0.26 0.74
Hex B8 CD AA A 0 11 14 60 1A 4A
Octal 270 315 252 12 0 21 24 140 32 112
Binary 10111000 11001101 10101010 1010 0 10001 10100 1100000 11010 1001010

Color Harmonies of #B8CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CDAA

Black with #B8CDAA

Text Example


Text Example

White with #B8CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CDAA; }

 p { color: rgb(184,205,170); }

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

background-color css

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

 a { background-color: rgb(184,205,170); }

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

border-color css

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

 span { border-color: rgb(184,205,170); }

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