#C1C6AE

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

Shades of Beryl Green #C1C6AE

Tints of Beryl Green #C1C6AE

Color information

#C1C6AE (or 0xC1C6AE) is unknown color: approx Beryl Green. HEX triplet: C1, C6 and AE. RGB value is (193,198,174). Sum of RGB (Red+Green+Blue) = 193+198+174=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C6AE is #3E3951. Grayscale: #C1C1C1. Windows color (decimal): -4077906 or 11454145. OLE color: 11454145.

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

Color convert

RGB193198174-
CMYK0.0300.120.22
HSL72.5º17.39%72.94%-
HSV(B)72.5º12.12%77.65%-
XYZ49.8354.7847.99-
YUV193.77116.84127.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.16%
GREEN value IS 198 (77.73% from 255) = 35.04%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=34.16%
G=35.04%
B=30.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931981740.0300.120.2272.517.3972.94
HexC1C6AE30C16481149
Octal30130625630142611021111
Binary1100000111000110101011101101100101101001000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C6AE; }

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

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

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

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

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

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

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

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