#C1C5AA

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

Shades of Beryl Green #C1C5AA

Tints of Beryl Green #C1C5AA

Color information

#C1C5AA (or 0xC1C5AA) is unknown color: approx Beryl Green. HEX triplet: C1, C5 and AA. RGB value is (193,197,170). Sum of RGB (Red+Green+Blue) = 193+197+170=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C5AA is #3E3A55. Grayscale: #C0C0C0. Windows color (decimal): -4078166 or 11191745. OLE color: 11191745.

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

Color convert

RGB193197170-
CMYK0.0200.140.23
HSL68.89º18.88%71.96%-
HSV(B)68.89º13.71%77.25%-
XYZ49.2154.1745.89-
YUV192.73115.17128.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.46%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=34.46%
G=35.18%
B=30.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931971700.0200.140.2368.8918.8871.96
HexC1C5AA20E17451348
Octal30130525220162710523110
Binary1100000111000101101010101001110101111000101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C5AA; }

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

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

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

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

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

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

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

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