#C5CAB0

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

Shades of Beryl Green #C5CAB0

Tints of Beryl Green #C5CAB0

Color information

#C5CAB0 (or 0xC5CAB0) is unknown color: approx Beryl Green. HEX triplet: C5, CA and B0. RGB value is (197,202,176). Sum of RGB (Red+Green+Blue) = 197+202+176=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CAB0 is #3A354F. Grayscale: #C5C5C5. Windows color (decimal): -3814736 or 11586245. OLE color: 11586245.

HSL color Cylindrical-coordinate representation of color #C5CAB0: hue angle of 71.54º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5CAB0 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB197202176-
CMYK0.0200.130.21
HSL71.54º19.7%74.12%-
HSV(B)71.54º12.87%79.22%-
XYZ51.9857.2549.38-
YUV197.54115.84127.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.26%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=34.26%
G=35.13%
B=30.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972021760.0200.130.2171.5419.774.12
HexC5CAB020D1548144a
Octal30531226020152511024112
Binary1100010111001010101100001001101101011001000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CAB0; }

 p { color: rgb(197,202,176); }

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

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

 a { background-color: rgb(197,202,176); }

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

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

 span { border-color: rgb(197,202,176); }

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