#C3CAA1

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

Shades of Beryl Green #C3CAA1

Tints of Beryl Green #C3CAA1

Color information

#C3CAA1 (or 0xC3CAA1) is unknown color: approx Beryl Green. HEX triplet: C3, CA and A1. RGB value is (195,202,161). Sum of RGB (Red+Green+Blue) = 195+202+161=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CAA1 is #3C355E. Grayscale: #C3C3C3. Windows color (decimal): -3945823 or 10603203. OLE color: 10603203.

HSL color Cylindrical-coordinate representation of color #C3CAA1: hue angle of 70.24º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3CAA1 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB195202161-
CMYK0.0300.200.21
HSL70.24º27.89%71.18%-
HSV(B)70.24º20.3%79.22%-
XYZ50.0656.4241.97-
YUV195.23108.68127.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.95%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 161 (63.28% from 255) = 28.85%
R=34.95%
G=36.20%
B=28.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952021610.0300.200.2170.2427.8971.18
HexC3CAA1301415461c47
Octal30331224130242510634107
Binary11000011110010101010000111010100101011000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CAA1; }

 p { color: rgb(195,202,161); }

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

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

 a { background-color: rgb(195,202,161); }

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

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

 span { border-color: rgb(195,202,161); }

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