#B7C372

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

Shades of Pine Glade #B7C372

Tints of Pine Glade #B7C372

Color information

#B7C372 (or 0xB7C372) is unknown color: approx Pine Glade. HEX triplet: B7, C3 and 72. RGB value is (183,195,114). Sum of RGB (Red+Green+Blue) = 183+195+114=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C372 is #483C8D. Grayscale: #B6B6B6. Windows color (decimal): -4734094 or 7521207. OLE color: 7521207.

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

Color convert

RGB183195114-
CMYK0.0600.420.24
HSL68.89º40.3%60.59%-
HSV(B)68.89º41.54%76.47%-
XYZ42.0850.3123.41-
YUV182.1889.52128.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.20%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=37.20%
G=39.63%
B=23.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831951140.0600.420.2468.8940.360.59
HexB7C372602A1845283d
Octal2673031626052301055075
Binary101101111100001111100101100101010110001000101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C372; }

 p { color: rgb(183,195,114); }

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

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

 a { background-color: rgb(183,195,114); }

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

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

 span { border-color: rgb(183,195,114); }

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