Html Css Color HEX #B7CFA0 Pixie Green

📋 copy color: '#B7CFA0'

red 183 ◦ green 207 ◦ blue 160

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

Shades of Pixie Green #B7CFA0

Tints of Pixie Green #B7CFA0

RGB

 RED value IS 183 (71.88% from 255) = 33.27%

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

 BLUE value IS 160 (62.89% from 255) = 29.09%

R = 33.27%
G = 37.64%
B = 29.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#B7CFA0 (or 0xB7CFA0) is known color: Pixie Green. HEX triplet: B7, CF and A0. RGB value is (183,207,160). Sum of RGB (Red+Green+Blue) = 183+207+160=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CFA0 is #48305F. Grayscale: #C2C2C2. Windows color (decimal): -4730976 or 10538935. OLE color: 10538935.

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

Color convert

RGB 183 207 160 -
CMYK 0.12 0 0.23 0.19
HSL 90.64º 0.33% 0.72% -
HSV(B) 90.64º 0.23% 0.81% -
XYZ 48.19 57.23 41.76 -
YUV 194.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 183 207 160 0.12 0 0.23 0.19 90.64 0.33 0.72
Hex B7 CF A0 C 0 17 13 5B 21 48
Octal 267 317 240 14 0 27 23 133 41 110
Binary 10110111 11001111 10100000 1100 0 10111 10011 1011011 100001 1001000

Color Harmonies of #B7CFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CFA0

Black with #B7CFA0

Text Example


Text Example

White with #B7CFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CFA0; }

 p { color: rgb(183,207,160); }

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

background-color css

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

 a { background-color: rgb(183,207,160); }

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

border-color css

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

 span { border-color: rgb(183,207,160); }

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