#B8C174

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

Shades of Pine Glade #B8C174

Tints of Pine Glade #B8C174

Color information

#B8C174 (or 0xB8C174) is unknown color: approx Pine Glade. HEX triplet: B8, C1 and 74. RGB value is (184,193,116). Sum of RGB (Red+Green+Blue) = 184+193+116=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C174 is #473E8B. Grayscale: #B5B5B5. Windows color (decimal): -4669068 or 7651768. OLE color: 7651768.

HSL color Cylindrical-coordinate representation of color #B8C174: hue angle of 67.01º 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 #B8C174 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB184193116-
CMYK0.0500.400.24
HSL67.01º38.31%60.59%-
HSV(B)67.01º39.9%75.69%-
XYZ41.9949.5923.88-
YUV181.5391.02129.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 193 (75.78% from 255) = 39.15%
BLUE value IS 116 (45.70% from 255) = 23.53%
R=37.32%
G=39.15%
B=23.53%

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
Decimal1841931160.0500.400.2467.0138.3160.59
HexB8C17450281843263d
Octal2703011645050301034675
Binary101110001100000111101001010101000110001000011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C174; }

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

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

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

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

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

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

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

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