#C2BF7E

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

Shades of Pine Glade #C2BF7E

Tints of Pine Glade #C2BF7E

Color information

#C2BF7E (or 0xC2BF7E) is unknown color: approx Pine Glade. HEX triplet: C2, BF and 7E. RGB value is (194,191,126). Sum of RGB (Red+Green+Blue) = 194+191+126=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF7E is #3D4081. Grayscale: #B8B8B8. Windows color (decimal): -4014210 or 8306626. OLE color: 8306626.

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

Color convert

RGB194191126-
CMYK00.020.350.24
HSL57.35º35.79%62.75%-
HSV(B)57.35º35.05%76.08%-
XYZ44.6450.2427.08-
YUV184.4994.99134.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 126 (49.61% from 255) = 24.66%
R=37.96%
G=37.38%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419112600.020.350.2457.3535.7962.75
HexC2BF7E02231839243f
Octal302277176024330714477
Binary1100001010111111111111001010001111000111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BF7E; }

 p { color: rgb(194,191,126); }

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

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

 a { background-color: rgb(194,191,126); }

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

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

 span { border-color: rgb(194,191,126); }

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