Html Css Color HEX #B2D69A Pixie Green

📋 copy color: '#B2D69A'

red 178 ◦ green 214 ◦ blue 154

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

Shades of Pixie Green #B2D69A

Tints of Pixie Green #B2D69A

RGB

 RED value IS 178 (69.92% from 255) = 32.6%

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

 BLUE value IS 154 (60.55% from 255) = 28.21%

R = 32.6%
G = 39.19%
B = 28.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#B2D69A (or 0xB2D69A) is known color: Pixie Green. HEX triplet: B2, D6 and 9A. RGB value is (178,214,154). Sum of RGB (Red+Green+Blue) = 178+214+154=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D69A is #4D2965. Grayscale: #C4C4C4. Windows color (decimal): -5056870 or 10147506. OLE color: 10147506.

HSL color Cylindrical-coordinate representation of color #B2D69A: hue angle of 96º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2D69A is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 154 -
CMYK 0.17 0 0.28 0.16
HSL 96º 0.42% 0.72% -
HSV(B) 96º 0.28% 0.84% -
XYZ 48.24 59.89 39.59 -
YUV 196.4 104.07 114.88 -
System Red Green Blue C M Y K H S L
Decimal 178 214 154 0.17 0 0.28 0.16 96 0.42 0.72
Hex B2 D6 9A 11 0 1C 10 60 2A 48
Octal 262 326 232 21 0 34 20 140 52 110
Binary 10110010 11010110 10011010 10001 0 11100 10000 1100000 101010 1001000

Color Harmonies of #B2D69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D69A

Black with #B2D69A

Text Example


Text Example

White with #B2D69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D69A; }

 p { color: rgb(178,214,154); }

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

background-color css

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

 a { background-color: rgb(178,214,154); }

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

border-color css

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

 span { border-color: rgb(178,214,154); }

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