#C2CAA5

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

Shades of Beryl Green #C2CAA5

Tints of Beryl Green #C2CAA5

Color information

#C2CAA5 (or 0xC2CAA5) is unknown color: approx Beryl Green. HEX triplet: C2, CA and A5. RGB value is (194,202,165). Sum of RGB (Red+Green+Blue) = 194+202+165=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CAA5 is #3D355A. Grayscale: #C3C3C3. Windows color (decimal): -4011355 or 10865346. OLE color: 10865346.

HSL color Cylindrical-coordinate representation of color #C2CAA5: hue angle of 72.97º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2CAA5 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB194202165-
CMYK0.0400.180.21
HSL72.97º25.87%71.96%-
HSV(B)72.97º18.32%79.22%-
XYZ50.1656.4343.85-
YUV195.39110.85127.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 165 (64.84% from 255) = 29.41%
R=34.58%
G=36.01%
B=29.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021650.0400.180.2172.9725.8771.96
HexC2CAA5401215491a48
Octal30231224540222511132110
Binary110000101100101010100101100010010101011001001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAA5; }

 p { color: rgb(194,202,165); }

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

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

 a { background-color: rgb(194,202,165); }

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

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

 span { border-color: rgb(194,202,165); }

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