#C3BE7C

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

Shades of Pine Glade #C3BE7C

Tints of Pine Glade #C3BE7C

Color information

#C3BE7C (or 0xC3BE7C) is unknown color: approx Pine Glade. HEX triplet: C3, BE and 7C. RGB value is (195,190,124). Sum of RGB (Red+Green+Blue) = 195+190+124=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE7C is #3C4183. Grayscale: #B8B8B8. Windows color (decimal): -3948932 or 8175299. OLE color: 8175299.

HSL color Cylindrical-coordinate representation of color #C3BE7C: hue angle of 55.77º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3BE7C is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB195190124-
CMYK00.030.360.24
HSL55.77º37.17%62.55%-
HSV(B)55.77º36.41%76.47%-
XYZ44.5649.8826.35-
YUV183.9794.16135.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.31%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 124 (48.83% from 255) = 24.36%
R=38.31%
G=37.33%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519012400.030.360.2455.7737.1762.55
HexC3BE7C03241838253f
Octal303276174034430704577
Binary1100001110111110111110001110010011000111000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE7C; }

 p { color: rgb(195,190,124); }

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

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

 a { background-color: rgb(195,190,124); }

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

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

 span { border-color: rgb(195,190,124); }

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