#B7C174

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

Shades of Pine Glade #B7C174

Tints of Pine Glade #B7C174

Color information

#B7C174 (or 0xB7C174) is unknown color: approx Pine Glade. HEX triplet: B7, C1 and 74. RGB value is (183,193,116). Sum of RGB (Red+Green+Blue) = 183+193+116=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C174 is #483E8B. Grayscale: #B5B5B5. Windows color (decimal): -4734604 or 7651767. OLE color: 7651767.

HSL color Cylindrical-coordinate representation of color #B7C174: hue angle of 67.79º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7C174 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB183193116-
CMYK0.0500.400.24
HSL67.79º38.31%60.59%-
HSV(B)67.79º39.9%75.69%-
XYZ41.7549.4723.87-
YUV181.2391.19129.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.20%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 116 (45.70% from 255) = 23.58%
R=37.20%
G=39.23%
B=23.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831931160.0500.400.2467.7938.3160.59
HexB7C17450281844263d
Octal2673011645050301044675
Binary101101111100000111101001010101000110001000100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C174; }

 p { color: rgb(183,193,116); }

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

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

 a { background-color: rgb(183,193,116); }

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

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

 span { border-color: rgb(183,193,116); }

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