#C2BF7F

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

Shades of Pine Glade #C2BF7F

Tints of Pine Glade #C2BF7F

Color information

#C2BF7F (or 0xC2BF7F) is unknown color: approx Pine Glade. HEX triplet: C2, BF and 7F. RGB value is (194,191,127). Sum of RGB (Red+Green+Blue) = 194+191+127=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF7F is #3D4080. Grayscale: #B8B8B8. Windows color (decimal): -4014209 or 8372162. OLE color: 8372162.

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

Color convert

RGB194191127-
CMYK00.020.350.24
HSL57.31º35.45%62.94%-
HSV(B)57.31º34.54%76.08%-
XYZ44.7150.2627.42-
YUV184.695.49134.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 127 (50% from 255) = 24.80%
R=37.89%
G=37.30%
B=24.80%

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
Decimal19419112700.020.350.2457.3135.4562.94
HexC2BF7F02231839233f
Octal302277177024330714377
Binary1100001010111111111111101010001111000111001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BF7F; }

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

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

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

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

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

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

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

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