#C5CCAA

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

Shades of Beryl Green #C5CCAA

Tints of Beryl Green #C5CCAA

Color information

#C5CCAA (or 0xC5CCAA) is unknown color: approx Beryl Green. HEX triplet: C5, CC and AA. RGB value is (197,204,170). Sum of RGB (Red+Green+Blue) = 197+204+170=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CCAA is #3A3355. Grayscale: #C6C6C6. Windows color (decimal): -3814230 or 11193541. OLE color: 11193541.

HSL color Cylindrical-coordinate representation of color #C5CCAA: hue angle of 72.35º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5CCAA is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB197204170-
CMYK0.0300.170.2
HSL72.35º25%73.33%-
HSV(B)72.35º16.67%80%-
XYZ51.8757.9646.48-
YUV198.03112.18127.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.50%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=34.50%
G=35.73%
B=29.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972041700.0300.170.272.352573.33
HexC5CCAA301114481949
Octal30531425230212411031111
Binary11000101110011001010101011010001101001001000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCAA; }

 p { color: rgb(197,204,170); }

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

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

 a { background-color: rgb(197,204,170); }

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

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

 span { border-color: rgb(197,204,170); }

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