Html Css Color HEX #B0CE9D Pixie Green

📋 copy color: '#B0CE9D'

red 176 ◦ green 206 ◦ blue 157

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

Shades of Pixie Green #B0CE9D

Tints of Pixie Green #B0CE9D

RGB

 RED value IS 176 (69.14% from 255) = 32.65%

 GREEN value IS 206 (80.86% from 255) = 38.22%

 BLUE value IS 157 (61.72% from 255) = 29.13%

R = 32.65%
G = 38.22%
B = 29.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#B0CE9D (or 0xB0CE9D) is known color: Pixie Green. HEX triplet: B0, CE and 9D. RGB value is (176,206,157). Sum of RGB (Red+Green+Blue) = 176+206+157=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CE9D is #4F3162. Grayscale: #BFBFBF. Windows color (decimal): -5189987 or 10342064. OLE color: 10342064.

HSL color Cylindrical-coordinate representation of color #B0CE9D: hue angle of 96.73º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0CE9D is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 157 -
CMYK 0.15 0 0.24 0.19
HSL 96.73º 0.33% 0.71% -
HSV(B) 96.73º 0.24% 0.81% -
XYZ 46.06 55.81 40.24 -
YUV 191.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 176 206 157 0.15 0 0.24 0.19 96.73 0.33 0.71
Hex B0 CE 9D F 0 18 13 61 21 47
Octal 260 316 235 17 0 30 23 141 41 107
Binary 10110000 11001110 10011101 1111 0 11000 10011 1100001 100001 1000111

Color Harmonies of #B0CE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CE9D

Black with #B0CE9D

Text Example


Text Example

White with #B0CE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CE9D; }

 p { color: rgb(176,206,157); }

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

background-color css

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

 a { background-color: rgb(176,206,157); }

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

border-color css

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

 span { border-color: rgb(176,206,157); }

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