Html Css Color HEX #B4D69C Pixie Green

📋 copy color: '#B4D69C'

red 180 ◦ green 214 ◦ blue 156

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

Shades of Pixie Green #B4D69C

Tints of Pixie Green #B4D69C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.91%

 BLUE value IS 156 (61.33% from 255) = 28.36%

R = 32.73%
G = 38.91%
B = 28.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#B4D69C (or 0xB4D69C) is known color: Pixie Green. HEX triplet: B4, D6 and 9C. RGB value is (180,214,156). Sum of RGB (Red+Green+Blue) = 180+214+156=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D69C is #4B2963. Grayscale: #C5C5C5. Windows color (decimal): -4925796 or 10278580. OLE color: 10278580.

HSL color Cylindrical-coordinate representation of color #B4D69C: hue angle of 95.17º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4D69C is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 214 156 -
CMYK 0.16 0 0.27 0.16
HSL 95.17º 0.41% 0.73% -
HSV(B) 95.17º 0.27% 0.84% -
XYZ 48.87 60.2 40.5 -
YUV 197.22 104.74 115.72 -
System Red Green Blue C M Y K H S L
Decimal 180 214 156 0.16 0 0.27 0.16 95.17 0.41 0.73
Hex B4 D6 9C 10 0 1B 10 5F 29 49
Octal 264 326 234 20 0 33 20 137 51 111
Binary 10110100 11010110 10011100 10000 0 11011 10000 1011111 101001 1001001

Color Harmonies of #B4D69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D69C

Black with #B4D69C

Text Example


Text Example

White with #B4D69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D69C; }

 p { color: rgb(180,214,156); }

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

background-color css

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

 a { background-color: rgb(180,214,156); }

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

border-color css

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

 span { border-color: rgb(180,214,156); }

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