#C5CAAF

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

Shades of Beryl Green #C5CAAF

Tints of Beryl Green #C5CAAF

Color information

#C5CAAF (or 0xC5CAAF) is unknown color: approx Beryl Green. HEX triplet: C5, CA and AF. RGB value is (197,202,175). Sum of RGB (Red+Green+Blue) = 197+202+175=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CAAF is #3A3550. Grayscale: #C5C5C5. Windows color (decimal): -3814737 or 11520709. OLE color: 11520709.

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

Color convert

RGB197202175-
CMYK0.0200.130.21
HSL71.11º20.3%73.92%-
HSV(B)71.11º13.37%79.22%-
XYZ51.8857.2148.86-
YUV197.43115.34127.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 175 (68.75% from 255) = 30.49%
R=34.32%
G=35.19%
B=30.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972021750.0200.130.2171.1120.373.92
HexC5CAAF20D1547144a
Octal30531225720152510724112
Binary1100010111001010101011111001101101011000111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CAAF; }

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

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

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

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

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

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

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

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