#B7C575

Color #B7C575 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B7C575

Tints of Pine Glade #B7C575

Color information

#B7C575 (or 0xB7C575) is unknown color: approx Pine Glade. HEX triplet: B7, C5 and 75. RGB value is (183,197,117). Sum of RGB (Red+Green+Blue) = 183+197+117=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C575 is #483A8A. Grayscale: #B8B8B8. Windows color (decimal): -4733579 or 7718327. OLE color: 7718327.

HSL color Cylindrical-coordinate representation of color #B7C575: hue angle of 70.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7C575 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB183197117-
CMYK0.0700.410.23
HSL70.5º40.82%61.57%-
HSV(B)70.5º40.61%77.25%-
XYZ42.7151.2824.48-
YUV183.6990.36127.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.82%
GREEN value IS 197 (77.34% from 255) = 39.64%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=36.82%
G=39.64%
B=23.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831971170.0700.410.2370.540.8261.57
HexB7C57570291746293e
Octal2673051657051271065176
Binary101101111100010111101011110101001101111000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C575; }

 p { color: rgb(183,197,117); }

 H1.HeaderClassName
 {
   color: #B7C575;
 }
 .AnyTagClassName
 {
   color: #B7C575;
 }
</style>
background-color css

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

 a { background-color: rgb(183,197,117); }

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

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

 span { border-color: rgb(183,197,117); }

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