#C2BD7F

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

Shades of Pine Glade #C2BD7F

Tints of Pine Glade #C2BD7F

Color information

#C2BD7F (or 0xC2BD7F) is unknown color: approx Pine Glade. HEX triplet: C2, BD and 7F. RGB value is (194,189,127). Sum of RGB (Red+Green+Blue) = 194+189+127=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD7F is #3D4280. Grayscale: #B7B7B7. Windows color (decimal): -4014721 or 8371650. OLE color: 8371650.

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

Color convert

RGB194189127-
CMYK00.030.350.24
HSL55.52º35.45%62.94%-
HSV(B)55.52º34.54%76.08%-
XYZ44.2849.427.28-
YUV183.4396.16135.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 127 (50% from 255) = 24.90%
R=38.04%
G=37.06%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418912700.030.350.2455.5235.4562.94
HexC2BD7F03231838233f
Octal302275177034330704377
Binary1100001010111101111111101110001111000111000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD7F; }

 p { color: rgb(194,189,127); }

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

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

 a { background-color: rgb(194,189,127); }

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

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

 span { border-color: rgb(194,189,127); }

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