Html Css Color HEX #B2D39B Pixie Green

📋 copy color: '#B2D39B'

red 178 ◦ green 211 ◦ blue 155

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

Shades of Pixie Green #B2D39B

Tints of Pixie Green #B2D39B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.79%

 BLUE value IS 155 (60.94% from 255) = 28.49%

R = 32.72%
G = 38.79%
B = 28.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#B2D39B (or 0xB2D39B) is known color: Pixie Green. HEX triplet: B2, D3 and 9B. RGB value is (178,211,155). Sum of RGB (Red+Green+Blue) = 178+211+155=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D39B is #4D2C64. Grayscale: #C2C2C2. Windows color (decimal): -5057637 or 10212274. OLE color: 10212274.

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

Color convert

RGB 178 211 155 -
CMYK 0.16 0 0.27 0.17
HSL 95.36º 0.39% 0.72% -
HSV(B) 95.36º 0.27% 0.83% -
XYZ 47.57 58.42 39.78 -
YUV 194.75 105.57 116.05 -
System Red Green Blue C M Y K H S L
Decimal 178 211 155 0.16 0 0.27 0.17 95.36 0.39 0.72
Hex B2 D3 9B 10 0 1B 11 5F 27 48
Octal 262 323 233 20 0 33 21 137 47 110
Binary 10110010 11010011 10011011 10000 0 11011 10001 1011111 100111 1001000

Color Harmonies of #B2D39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D39B

Black with #B2D39B

Text Example


Text Example

White with #B2D39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D39B; }

 p { color: rgb(178,211,155); }

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

background-color css

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

 a { background-color: rgb(178,211,155); }

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

border-color css

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

 span { border-color: rgb(178,211,155); }

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