#C2C7AA

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

Shades of Beryl Green #C2C7AA

Tints of Beryl Green #C2C7AA

Color information

#C2C7AA (or 0xC2C7AA) is unknown color: approx Beryl Green. HEX triplet: C2, C7 and AA. RGB value is (194,199,170). Sum of RGB (Red+Green+Blue) = 194+199+170=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C7AA is #3D3855. Grayscale: #C2C2C2. Windows color (decimal): -4012118 or 11192258. OLE color: 11192258.

HSL color Cylindrical-coordinate representation of color #C2C7AA: hue angle of 70.34º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2C7AA is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB194199170-
CMYK0.0300.150.22
HSL70.34º20.57%72.35%-
HSV(B)70.34º14.57%78.04%-
XYZ49.9355.2246.06-
YUV194.2114.34127.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 199 (78.12% from 255) = 35.35%
BLUE value IS 170 (66.80% from 255) = 30.20%
R=34.46%
G=35.35%
B=30.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941991700.0300.150.2270.3420.5772.35
HexC2C7AA30F16461548
Octal30230725230172610625110
Binary1100001011000111101010101101111101101000110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C7AA; }

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

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

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

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

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

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

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

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