#C2CA7B

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

Shades of Pine Glade #C2CA7B

Tints of Pine Glade #C2CA7B

Color information

#C2CA7B (or 0xC2CA7B) is unknown color: approx Pine Glade. HEX triplet: C2, CA and 7B. RGB value is (194,202,123). Sum of RGB (Red+Green+Blue) = 194+202+123=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA7B is #3D3584. Grayscale: #BEBEBE. Windows color (decimal): -4011397 or 8112834. OLE color: 8112834.

HSL color Cylindrical-coordinate representation of color #C2CA7B: hue angle of 66.08º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2CA7B is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB194202123-
CMYK0.0400.390.21
HSL66.08º42.7%63.73%-
HSV(B)66.08º39.11%79.22%-
XYZ46.9455.1426.91-
YUV190.689.85130.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 123 (48.44% from 255) = 23.70%
R=37.38%
G=38.92%
B=23.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021230.0400.390.2166.0842.763.73
HexC2CA7B402715422b40
Octal30231217340472510253100
Binary1100001011001010111101110001001111010110000101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CA7B; }

 p { color: rgb(194,202,123); }

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

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

 a { background-color: rgb(194,202,123); }

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

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

 span { border-color: rgb(194,202,123); }

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