#B7C07D

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

Shades of Pine Glade #B7C07D

Tints of Pine Glade #B7C07D

Color information

#B7C07D (or 0xB7C07D) is unknown color: approx Pine Glade. HEX triplet: B7, C0 and 7D. RGB value is (183,192,125). Sum of RGB (Red+Green+Blue) = 183+192+125=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C07D is #483F82. Grayscale: #B5B5B5. Windows color (decimal): -4734851 or 8241335. OLE color: 8241335.

HSL color Cylindrical-coordinate representation of color #B7C07D: hue angle of 68.06º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7C07D is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB183192125-
CMYK0.0500.350.25
HSL68.06º34.72%62.16%-
HSV(B)68.06º34.9%75.29%-
XYZ42.0849.2526.69-
YUV181.6796.02128.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.6%
GREEN value IS 192 (75.39% from 255) = 38.4%
BLUE value IS 125 (49.22% from 255) = 25%
R=36.6%
G=38.4%
B=25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831921250.0500.350.2568.0634.7262.16
HexB7C07D50231944233e
Octal2673001755043311044376
Binary101101111100000011111011010100011110011000100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C07D; }

 p { color: rgb(183,192,125); }

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

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

 a { background-color: rgb(183,192,125); }

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

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

 span { border-color: rgb(183,192,125); }

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