#B8C675

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

Shades of Pine Glade #B8C675

Tints of Pine Glade #B8C675

Color information

#B8C675 (or 0xB8C675) is unknown color: approx Pine Glade. HEX triplet: B8, C6 and 75. RGB value is (184,198,117). Sum of RGB (Red+Green+Blue) = 184+198+117=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C675 is #47398A. Grayscale: #B8B8B8. Windows color (decimal): -4667787 or 7718584. OLE color: 7718584.

HSL color Cylindrical-coordinate representation of color #B8C675: hue angle of 70.37º 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 #B8C675 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB184198117-
CMYK0.0700.410.22
HSL70.37º41.54%61.76%-
HSV(B)70.37º40.91%77.65%-
XYZ43.1751.8624.56-
YUV184.5889.86127.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 198 (77.73% from 255) = 39.68%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=36.87%
G=39.68%
B=23.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841981170.0700.410.2270.3741.5461.76
HexB8C675702916462a3e
Octal2703061657051261065276
Binary101110001100011011101011110101001101101000110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C675; }

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

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

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

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

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

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

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

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