#C0C6AC

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

Shades of Beryl Green #C0C6AC

Tints of Beryl Green #C0C6AC

Color information

#C0C6AC (or 0xC0C6AC) is unknown color: approx Beryl Green. HEX triplet: C0, C6 and AC. RGB value is (192,198,172). Sum of RGB (Red+Green+Blue) = 192+198+172=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C6AC is #3F3953. Grayscale: #C1C1C1. Windows color (decimal): -4143444 or 11323072. OLE color: 11323072.

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

Color convert

RGB192198172-
CMYK0.0300.130.22
HSL73.85º18.57%72.55%-
HSV(B)73.85º13.13%77.65%-
XYZ49.3854.5746.96-
YUV193.24116.01127.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 198 (77.73% from 255) = 35.23%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=34.16%
G=35.23%
B=30.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921981720.0300.130.2273.8518.5772.55
HexC0C6AC30D164a1349
Octal30030625430152611223111
Binary1100000011000110101011001101101101101001010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C6AC; }

 p { color: rgb(192,198,172); }

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

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

 a { background-color: rgb(192,198,172); }

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

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

 span { border-color: rgb(192,198,172); }

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