#B8C277

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

Shades of Pine Glade #B8C277

Tints of Pine Glade #B8C277

Color information

#B8C277 (or 0xB8C277) is unknown color: approx Pine Glade. HEX triplet: B8, C2 and 77. RGB value is (184,194,119). Sum of RGB (Red+Green+Blue) = 184+194+119=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C277 is #473D88. Grayscale: #B6B6B6. Windows color (decimal): -4668809 or 7848632. OLE color: 7848632.

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

Color convert

RGB184194119-
CMYK0.0500.390.24
HSL68º38.07%61.37%-
HSV(B)68º38.66%76.08%-
XYZ42.3950.1124.89-
YUV182.4692.19129.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.02%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 119 (46.88% from 255) = 23.94%
R=37.02%
G=39.03%
B=23.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841941190.0500.390.246838.0761.37
HexB8C27750271844263d
Octal2703021675047301044675
Binary101110001100001011101111010100111110001000100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C277; }

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

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

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

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

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

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

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

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