#C3C7AF

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

Shades of Beryl Green #C3C7AF

Tints of Beryl Green #C3C7AF

Color information

#C3C7AF (or 0xC3C7AF) is unknown color: approx Beryl Green. HEX triplet: C3, C7 and AF. RGB value is (195,199,175). Sum of RGB (Red+Green+Blue) = 195+199+175=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C7AF is #3C3850. Grayscale: #C3C3C3. Windows color (decimal): -3946577 or 11519939. OLE color: 11519939.

HSL color Cylindrical-coordinate representation of color #C3C7AF: hue angle of 70º degrees, saturation: 0.18, 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 #C3C7AF is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB195199175-
CMYK0.0200.120.22
HSL70º17.65%73.33%-
HSV(B)70º12.06%78.04%-
XYZ50.6755.5448.61-
YUV195.07116.67127.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.27%
GREEN value IS 199 (78.12% from 255) = 34.97%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=34.27%
G=34.97%
B=30.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951991750.0200.120.227017.6573.33
HexC3C7AF20C16461249
Octal30330725720142610622111
Binary1100001111000111101011111001100101101000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C7AF; }

 p { color: rgb(195,199,175); }

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

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

 a { background-color: rgb(195,199,175); }

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

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

 span { border-color: rgb(195,199,175); }

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