#B6C277

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

Shades of Pine Glade #B6C277

Tints of Pine Glade #B6C277

Color information

#B6C277 (or 0xB6C277) is unknown color: approx Pine Glade. HEX triplet: B6, C2 and 77. RGB value is (182,194,119). Sum of RGB (Red+Green+Blue) = 182+194+119=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C277 is #493D88. Grayscale: #B6B6B6. Windows color (decimal): -4799881 or 7848630. OLE color: 7848630.

HSL color Cylindrical-coordinate representation of color #B6C277: hue angle of 69.6º 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 #B6C277 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB182194119-
CMYK0.0600.390.24
HSL69.6º38.07%61.37%-
HSV(B)69.6º38.66%76.08%-
XYZ41.9149.8624.87-
YUV181.8692.52128.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 194 (76.17% from 255) = 39.19%
BLUE value IS 119 (46.88% from 255) = 24.04%
R=36.77%
G=39.19%
B=24.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941190.0600.390.2469.638.0761.37
HexB6C27760271846263d
Octal2663021676047301064675
Binary101101101100001011101111100100111110001000110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C277; }

 p { color: rgb(182,194,119); }

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

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

 a { background-color: rgb(182,194,119); }

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

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

 span { border-color: rgb(182,194,119); }

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