#C3C8AF

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

Shades of Beryl Green #C3C8AF

Tints of Beryl Green #C3C8AF

Color information

#C3C8AF (or 0xC3C8AF) is unknown color: approx Beryl Green. HEX triplet: C3, C8 and AF. RGB value is (195,200,175). Sum of RGB (Red+Green+Blue) = 195+200+175=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C8AF is #3C3750. Grayscale: #C3C3C3. Windows color (decimal): -3946321 or 11520195. OLE color: 11520195.

HSL color Cylindrical-coordinate representation of color #C3C8AF: hue angle of 72º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3C8AF is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB195200175-
CMYK0.0200.120.22
HSL72º18.52%73.53%-
HSV(B)72º12.5%78.43%-
XYZ50.956.0148.69-
YUV195.65116.34127.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 200 (78.52% from 255) = 35.09%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=34.21%
G=35.09%
B=30.70%

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
Decimal1952001750.0200.120.227218.5273.53
HexC3C8AF20C1648134a
Octal30331025720142611023112
Binary1100001111001000101011111001100101101001000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C8AF; }

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

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

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

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

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

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

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

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