#C0C4AB

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

Shades of Beryl Green #C0C4AB

Tints of Beryl Green #C0C4AB

Color information

#C0C4AB (or 0xC0C4AB) is unknown color: approx Beryl Green. HEX triplet: C0, C4 and AB. RGB value is (192,196,171). Sum of RGB (Red+Green+Blue) = 192+196+171=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C4AB is #3F3B54. Grayscale: #C0C0C0. Windows color (decimal): -4143957 or 11257024. OLE color: 11257024.

HSL color Cylindrical-coordinate representation of color #C0C4AB: hue angle of 69.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0C4AB is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB192196171-
CMYK0.0200.130.23
HSL69.6º17.48%71.96%-
HSV(B)69.6º12.76%76.86%-
XYZ48.8353.6346.31-
YUV191.95116.17128.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=34.35%
G=35.06%
B=30.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921961710.0200.130.2369.617.4871.96
HexC0C4AB20D17461148
Octal30030425320152710621110
Binary1100000011000100101010111001101101111000110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C4AB; }

 p { color: rgb(192,196,171); }

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

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

 a { background-color: rgb(192,196,171); }

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

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

 span { border-color: rgb(192,196,171); }

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