#B4C175

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

Shades of Pine Glade #B4C175

Tints of Pine Glade #B4C175

Color information

#B4C175 (or 0xB4C175) is unknown color: approx Pine Glade. HEX triplet: B4, C1 and 75. RGB value is (180,193,117). Sum of RGB (Red+Green+Blue) = 180+193+117=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C175 is #4B3E8A. Grayscale: #B4B4B4. Windows color (decimal): -4931211 or 7717300. OLE color: 7717300.

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

Color convert

RGB180193117-
CMYK0.0700.390.24
HSL70.26º38%60.78%-
HSV(B)70.26º39.38%75.69%-
XYZ41.149.1324.15-
YUV180.4592.19127.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 193 (75.78% from 255) = 39.39%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=36.73%
G=39.39%
B=23.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801931170.0700.390.2470.263860.78
HexB4C17570271846263d
Octal2643011657047301064675
Binary101101001100000111101011110100111110001000110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C175; }

 p { color: rgb(180,193,117); }

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

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

 a { background-color: rgb(180,193,117); }

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

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

 span { border-color: rgb(180,193,117); }

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