#C1C5AE

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

Shades of Beryl Green #C1C5AE

Tints of Beryl Green #C1C5AE

Color information

#C1C5AE (or 0xC1C5AE) is unknown color: approx Beryl Green. HEX triplet: C1, C5 and AE. RGB value is (193,197,174). Sum of RGB (Red+Green+Blue) = 193+197+174=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C5AE is #3E3A51. Grayscale: #C1C1C1. Windows color (decimal): -4078162 or 11453889. OLE color: 11453889.

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

Color convert

RGB193197174-
CMYK0.0200.120.23
HSL70.43º16.55%72.75%-
HSV(B)70.43º11.68%77.25%-
XYZ49.654.3347.92-
YUV193.18117.17127.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.22%
GREEN value IS 197 (77.34% from 255) = 34.93%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=34.22%
G=34.93%
B=30.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931971740.0200.120.2370.4316.5572.75
HexC1C5AE20C17461149
Octal30130525620142710621111
Binary1100000111000101101011101001100101111000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C5AE; }

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

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

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

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

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

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

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

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