#B5C173

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

Shades of Pine Glade #B5C173

Tints of Pine Glade #B5C173

Color information

#B5C173 (or 0xB5C173) is unknown color: approx Pine Glade. HEX triplet: B5, C1 and 73. RGB value is (181,193,115). Sum of RGB (Red+Green+Blue) = 181+193+115=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C173 is #4A3E8C. Grayscale: #B4B4B4. Windows color (decimal): -4865677 or 7586229. OLE color: 7586229.

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

Color convert

RGB181193115-
CMYK0.0600.400.24
HSL69.23º38.61%60.39%-
HSV(B)69.23º40.41%75.69%-
XYZ41.2249.223.54-
YUV180.5291.02128.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 193 (75.78% from 255) = 39.47%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=37.01%
G=39.47%
B=23.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811931150.0600.400.2469.2338.6160.39
HexB5C17360281845273c
Octal2653011636050301054774
Binary101101011100000111100111100101000110001000101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C173; }

 p { color: rgb(181,193,115); }

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

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

 a { background-color: rgb(181,193,115); }

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

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

 span { border-color: rgb(181,193,115); }

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