#B5C273

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

Shades of Pine Glade #B5C273

Tints of Pine Glade #B5C273

Color information

#B5C273 (or 0xB5C273) is unknown color: approx Pine Glade. HEX triplet: B5, C2 and 73. RGB value is (181,194,115). Sum of RGB (Red+Green+Blue) = 181+194+115=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C273 is #4A3D8C. Grayscale: #B5B5B5. Windows color (decimal): -4865421 or 7586485. OLE color: 7586485.

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

Color convert

RGB181194115-
CMYK0.0700.410.24
HSL69.87º39.3%60.59%-
HSV(B)69.87º40.72%76.08%-
XYZ41.4449.6523.62-
YUV181.1190.69127.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 194 (76.17% from 255) = 39.59%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=36.94%
G=39.59%
B=23.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811941150.0700.410.2469.8739.360.59
HexB5C27370291846273d
Octal2653021637051301064775
Binary101101011100001011100111110101001110001000110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C273; }

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

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

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

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

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

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

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

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