Html Css Color HEX #B0CF9D Pixie Green

📋 copy color: '#B0CF9D'

red 176 ◦ green 207 ◦ blue 157

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

Shades of Pixie Green #B0CF9D

Tints of Pixie Green #B0CF9D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.33%

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

R = 32.59%
G = 38.33%
B = 29.07%

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

#B0CF9D (or 0xB0CF9D) is known color: Pixie Green. HEX triplet: B0, CF and 9D. RGB value is (176,207,157). Sum of RGB (Red+Green+Blue) = 176+207+157=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CF9D is #4F3062. Grayscale: #C0C0C0. Windows color (decimal): -5189731 or 10342320. OLE color: 10342320.

HSL color Cylindrical-coordinate representation of color #B0CF9D: hue angle of 97.2º degrees, saturation: 0.34, 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 #B0CF9D is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 157 -
CMYK 0.15 0 0.24 0.19
HSL 97.2º 0.34% 0.71% -
HSV(B) 97.2º 0.24% 0.81% -
XYZ 46.3 56.29 40.32 -
YUV 192.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 176 207 157 0.15 0 0.24 0.19 97.2 0.34 0.71
Hex B0 CF 9D F 0 18 13 61 22 47
Octal 260 317 235 17 0 30 23 141 42 107
Binary 10110000 11001111 10011101 1111 0 11000 10011 1100001 100010 1000111

Color Harmonies of #B0CF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF9D

Black with #B0CF9D

Text Example


Text Example

White with #B0CF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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