#B7C07C

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

Shades of Pine Glade #B7C07C

Tints of Pine Glade #B7C07C

Color information

#B7C07C (or 0xB7C07C) is unknown color: approx Pine Glade. HEX triplet: B7, C0 and 7C. RGB value is (183,192,124). Sum of RGB (Red+Green+Blue) = 183+192+124=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C07C is #483F83. Grayscale: #B5B5B5. Windows color (decimal): -4734852 or 8175799. OLE color: 8175799.

HSL color Cylindrical-coordinate representation of color #B7C07C: hue angle of 67.94º 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 #B7C07C is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB183192124-
CMYK0.0500.350.25
HSL67.94º35.05%61.96%-
HSV(B)67.94º35.42%75.29%-
XYZ42.0249.2226.36-
YUV181.5695.52129.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.67%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=36.67%
G=38.48%
B=24.85%

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
Decimal1831921240.0500.350.2567.9435.0561.96
HexB7C07C50231944233e
Octal2673001745043311044376
Binary101101111100000011111001010100011110011000100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C07C; }

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

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

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

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

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

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

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

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