#B7C273

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

Shades of Pine Glade #B7C273

Tints of Pine Glade #B7C273

Color information

#B7C273 (or 0xB7C273) is unknown color: approx Pine Glade. HEX triplet: B7, C2 and 73. RGB value is (183,194,115). Sum of RGB (Red+Green+Blue) = 183+194+115=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C273 is #483D8C. Grayscale: #B6B6B6. Windows color (decimal): -4734349 or 7586487. OLE color: 7586487.

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

Color convert

RGB183194115-
CMYK0.0600.410.24
HSL68.35º39.3%60.59%-
HSV(B)68.35º40.72%76.08%-
XYZ41.9149.8923.64-
YUV181.790.36128.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.20%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 115 (45.31% from 255) = 23.37%
R=37.20%
G=39.43%
B=23.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831941150.0600.410.2468.3539.360.59
HexB7C27360291844273d
Octal2673021636051301044775
Binary101101111100001011100111100101001110001000100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C273; }

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

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

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

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

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

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

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

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