#C5CAA5

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

Shades of Beryl Green #C5CAA5

Tints of Beryl Green #C5CAA5

Color information

#C5CAA5 (or 0xC5CAA5) is unknown color: approx Beryl Green. HEX triplet: C5, CA and A5. RGB value is (197,202,165). Sum of RGB (Red+Green+Blue) = 197+202+165=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CAA5 is #3A355A. Grayscale: #C4C4C4. Windows color (decimal): -3814747 or 10865349. OLE color: 10865349.

HSL color Cylindrical-coordinate representation of color #C5CAA5: hue angle of 68.11º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5CAA5 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB197202165-
CMYK0.0200.180.21
HSL68.11º25.87%71.96%-
HSV(B)68.11º18.32%79.22%-
XYZ50.9456.8343.88-
YUV196.29110.34128.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 165 (64.84% from 255) = 29.26%
R=34.93%
G=35.82%
B=29.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972021650.0200.180.2168.1125.8771.96
HexC5CAA5201215441a48
Octal30531224520222510432110
Binary11000101110010101010010110010010101011000100110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CAA5; }

 p { color: rgb(197,202,165); }

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

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

 a { background-color: rgb(197,202,165); }

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

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

 span { border-color: rgb(197,202,165); }

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