#B7BD78

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

Shades of Pine Glade #B7BD78

Tints of Pine Glade #B7BD78

Color information

#B7BD78 (or 0xB7BD78) is unknown color: approx Pine Glade. HEX triplet: B7, BD and 78. RGB value is (183,189,120). Sum of RGB (Red+Green+Blue) = 183+189+120=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BD78 is #484287. Grayscale: #B3B3B3. Windows color (decimal): -4735624 or 7912887. OLE color: 7912887.

HSL color Cylindrical-coordinate representation of color #B7BD78: hue angle of 65.22º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7BD78 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB183189120-
CMYK0.0300.370.26
HSL65.22º34.33%60.59%-
HSV(B)65.22º36.51%74.12%-
XYZ41.1247.8224.83-
YUV179.3494.51130.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.20%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 120 (47.27% from 255) = 24.39%
R=37.20%
G=38.41%
B=24.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831891200.0300.370.2665.2234.3360.59
HexB7BD7830251A41223d
Octal2672751703045321014275
Binary10110111101111011111000110100101110101000001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BD78; }

 p { color: rgb(183,189,120); }

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

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

 a { background-color: rgb(183,189,120); }

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

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

 span { border-color: rgb(183,189,120); }

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