#C6CCA5

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

Shades of Beryl Green #C6CCA5

Tints of Beryl Green #C6CCA5

Color information

#C6CCA5 (or 0xC6CCA5) is unknown color: approx Beryl Green. HEX triplet: C6, CC and A5. RGB value is (198,204,165). Sum of RGB (Red+Green+Blue) = 198+204+165=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CCA5 is #39335A. Grayscale: #C5C5C5. Windows color (decimal): -3748699 or 10865862. OLE color: 10865862.

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

Color convert

RGB198204165-
CMYK0.0300.190.2
HSL69.23º27.66%72.35%-
HSV(B)69.23º19.12%80%-
XYZ51.6757.9144.05-
YUV197.76109.51128.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.92%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 165 (64.84% from 255) = 29.10%
R=34.92%
G=35.98%
B=29.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1982041650.0300.190.269.2327.6672.35
HexC6CCA5301314451c48
Octal30631424530232410534110
Binary11000110110011001010010111010011101001000101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CCA5; }

 p { color: rgb(198,204,165); }

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

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

 a { background-color: rgb(198,204,165); }

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

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

 span { border-color: rgb(198,204,165); }

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