#B6C377

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

Shades of Pine Glade #B6C377

Tints of Pine Glade #B6C377

Color information

#B6C377 (or 0xB6C377) is unknown color: approx Pine Glade. HEX triplet: B6, C3 and 77. RGB value is (182,195,119). Sum of RGB (Red+Green+Blue) = 182+195+119=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C377 is #493C88. Grayscale: #B6B6B6. Windows color (decimal): -4799625 or 7848886. OLE color: 7848886.

HSL color Cylindrical-coordinate representation of color #B6C377: hue angle of 70.26º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6C377 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB182195119-
CMYK0.0700.390.24
HSL70.26º38.78%61.57%-
HSV(B)70.26º38.97%76.47%-
XYZ42.1450.3124.94-
YUV182.4592.19127.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 195 (76.56% from 255) = 39.31%
BLUE value IS 119 (46.88% from 255) = 23.99%
R=36.69%
G=39.31%
B=23.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821951190.0700.390.2470.2638.7861.57
HexB6C37770271846273e
Octal2663031677047301064776
Binary101101101100001111101111110100111110001000110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C377; }

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

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

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

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

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

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

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

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