#C2BF7A

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

Shades of Pine Glade #C2BF7A

Tints of Pine Glade #C2BF7A

Color information

#C2BF7A (or 0xC2BF7A) is unknown color: approx Pine Glade. HEX triplet: C2, BF and 7A. RGB value is (194,191,122). Sum of RGB (Red+Green+Blue) = 194+191+122=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF7A is #3D4085. Grayscale: #B8B8B8. Windows color (decimal): -4014214 or 8044482. OLE color: 8044482.

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

Color convert

RGB194191122-
CMYK00.020.370.24
HSL57.5º37.11%61.96%-
HSV(B)57.5º37.11%76.08%-
XYZ44.3950.1425.75-
YUV184.0392.99135.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 122 (48.05% from 255) = 24.06%
R=38.26%
G=37.67%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419112200.020.370.2457.537.1161.96
HexC2BF7A0225183a253e
Octal302277172024530724576
Binary1100001010111111111101001010010111000111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BF7A; }

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

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

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

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

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

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

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

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