#C0C3AC

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

Shades of Beryl Green #C0C3AC

Tints of Beryl Green #C0C3AC

Color information

#C0C3AC (or 0xC0C3AC) is unknown color: approx Beryl Green. HEX triplet: C0, C3 and AC. RGB value is (192,195,172). Sum of RGB (Red+Green+Blue) = 192+195+172=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C3AC is #3F3C53. Grayscale: #BFBFBF. Windows color (decimal): -4144212 or 11322304. OLE color: 11322304.

HSL color Cylindrical-coordinate representation of color #C0C3AC: hue angle of 67.83º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0C3AC is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB192195172-
CMYK0.0200.120.24
HSL67.83º16.08%71.96%-
HSV(B)67.83º11.79%76.47%-
XYZ48.753.2246.73-
YUV191.48117.01128.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 195 (76.56% from 255) = 34.88%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=34.35%
G=34.88%
B=30.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921951720.0200.120.2467.8316.0871.96
HexC0C3AC20C18441048
Octal30030325420143010420110
Binary1100000011000011101011001001100110001000100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C3AC; }

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

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

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

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

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

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

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

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