#C2BD7D

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

Shades of Pine Glade #C2BD7D

Tints of Pine Glade #C2BD7D

Color information

#C2BD7D (or 0xC2BD7D) is unknown color: approx Pine Glade. HEX triplet: C2, BD and 7D. RGB value is (194,189,125). Sum of RGB (Red+Green+Blue) = 194+189+125=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD7D is #3D4282. Grayscale: #B7B7B7. Windows color (decimal): -4014723 or 8240578. OLE color: 8240578.

HSL color Cylindrical-coordinate representation of color #C2BD7D: hue angle of 55.65º degrees, saturation: 0.36, 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 #C2BD7D is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB194189125-
CMYK00.030.360.24
HSL55.65º36.13%62.55%-
HSV(B)55.65º35.57%76.08%-
XYZ44.1549.3526.6-
YUV183.295.16135.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=38.19%
G=37.20%
B=24.61%

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
Decimal19418912500.030.360.2455.6536.1362.55
HexC2BD7D03241838243f
Octal302275175034430704477
Binary1100001010111101111110101110010011000111000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD7D; }

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

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

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

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

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

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

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

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