#C1C6AA

Color #C1C6AA Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #C1C6AA

Tints of Beryl Green #C1C6AA

Color information

#C1C6AA (or 0xC1C6AA) is unknown color: approx Beryl Green. HEX triplet: C1, C6 and AA. RGB value is (193,198,170). Sum of RGB (Red+Green+Blue) = 193+198+170=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C6AA is #3E3955. Grayscale: #C1C1C1. Windows color (decimal): -4077910 or 11192001. OLE color: 11192001.

HSL color Cylindrical-coordinate representation of color #C1C6AA: hue angle of 70.71º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1C6AA is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB193198170-
CMYK0.0300.140.22
HSL70.71º19.72%72.16%-
HSV(B)70.71º14.14%77.65%-
XYZ49.4454.6345.97-
YUV193.31114.84127.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.40%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=34.40%
G=35.29%
B=30.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931981700.0300.140.2270.7119.7272.16
HexC1C6AA30E16471448
Octal30130625230162610724110
Binary1100000111000110101010101101110101101000111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C6AA; }

 p { color: rgb(193,198,170); }

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

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

 a { background-color: rgb(193,198,170); }

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

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

 span { border-color: rgb(193,198,170); }

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