#B7C675

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

Shades of Pine Glade #B7C675

Tints of Pine Glade #B7C675

Color information

#B7C675 (or 0xB7C675) is unknown color: approx Pine Glade. HEX triplet: B7, C6 and 75. RGB value is (183,198,117). Sum of RGB (Red+Green+Blue) = 183+198+117=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #B7C675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C675 is #48398A. Grayscale: #B8B8B8. Windows color (decimal): -4733323 or 7718583. OLE color: 7718583.

HSL color Cylindrical-coordinate representation of color #B7C675: hue angle of 71.11º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7C675 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB183198117-
CMYK0.0800.410.22
HSL71.11º41.54%61.76%-
HSV(B)71.11º40.91%77.65%-
XYZ42.9351.7424.55-
YUV184.2890.03127.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.75%
GREEN value IS 198 (77.73% from 255) = 39.76%
BLUE value IS 117 (46.09% from 255) = 23.49%
R=36.75%
G=39.76%
B=23.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831981170.0800.410.2271.1141.5461.76
HexB7C675802916472a3e
Octal26730616510051261075276
Binary1011011111000110111010110000101001101101000111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C675; }

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

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

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

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

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

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

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

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