Html Css Color HEX #C1C6AA Beryl Green

📋 copy color: '#C1C6AA'

red 193 ◦ green 198 ◦ blue 170

#C1C6AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beryl Green #C1C6AA

Tints of Beryl Green #C1C6AA

RGB

 RED value IS 193 (75.78% from 255) = 34.4%

 GREEN value IS 198 (77.73% from 255) = 35.29%

 BLUE value IS 170 (66.8% from 255) = 30.3%

R = 34.4%
G = 35.29%
B = 30.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C1C6AA (or 0xC1C6AA) is known color: Beryl Green. HEX triplet: C1, C6 and AA. RGB value is (193,198,170). Sum of RGB (Red+Green+Blue) = 193+198+170=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C6AA is #3E3955. Grayscale: #C1C1C1. Windows color (decimal): -4077910 or 11192001. OLE color: 11192001.

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

Color convert

RGB 193 198 170 -
CMYK 0.03 0 0.14 0.22
HSL 70.71º 0.2% 0.72% -
HSV(B) 70.71º 0.14% 0.78% -
XYZ 49.44 54.63 45.97 -
YUV 193.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 193 198 170 0.03 0 0.14 0.22 70.71 0.2 0.72
Hex C1 C6 AA 3 0 E 16 47 14 48
Octal 301 306 252 3 0 16 26 107 24 110
Binary 11000001 11000110 10101010 11 0 1110 10110 1000111 10100 1001000

Color Harmonies of #C1C6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C6AA

Black with #C1C6AA

Text Example


Text Example

White with #C1C6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C6AA; }

 p { color: rgb(193,198,170); }

 H1.HeaderClassName
 {
   color: #C1C6AA;
 }
 .AnyTagClassName
 {
   color: #C1C6AA;
 }
</style>

background-color css

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

 a { background-color: rgb(193,198,170); }

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

border-color css

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

 span { border-color: rgb(193,198,170); }

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