#C2C7AF

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

Shades of Beryl Green #C2C7AF

Tints of Beryl Green #C2C7AF

Color information

#C2C7AF (or 0xC2C7AF) is unknown color: approx Beryl Green. HEX triplet: C2, C7 and AF. RGB value is (194,199,175). Sum of RGB (Red+Green+Blue) = 194+199+175=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C7AF is #3D3850. Grayscale: #C2C2C2. Windows color (decimal): -4012113 or 11519938. OLE color: 11519938.

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

Color convert

RGB194199175-
CMYK0.0300.120.22
HSL72.5º17.65%73.33%-
HSV(B)72.5º12.06%78.04%-
XYZ50.4155.4148.6-
YUV194.77116.84127.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 199 (78.12% from 255) = 35.04%
BLUE value IS 175 (68.75% from 255) = 30.81%
R=34.15%
G=35.04%
B=30.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941991750.0300.120.2272.517.6573.33
HexC2C7AF30C16481249
Octal30230725730142611022111
Binary1100001011000111101011111101100101101001000100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C7AF; }

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

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

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

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

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

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

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

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