Html Css Color HEX #C0C6AA Beryl Green

📋 copy color: '#C0C6AA'

red 192 ◦ green 198 ◦ blue 170

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

Shades of Beryl Green #C0C6AA

Tints of Beryl Green #C0C6AA

RGB

 RED value IS 192 (75.39% from 255) = 34.29%

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

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

R = 34.29%
G = 35.36%
B = 30.36%

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

#C0C6AA (or 0xC0C6AA) is known color: Beryl Green. HEX triplet: C0, C6 and AA. RGB value is (192,198,170). Sum of RGB (Red+Green+Blue) = 192+198+170=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C6AA is #3F3955. Grayscale: #C1C1C1. Windows color (decimal): -4143446 or 11192000. OLE color: 11192000.

HSL color Cylindrical-coordinate representation of color #C0C6AA: hue angle of 72.86º 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 #C0C6AA is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 198 170 -
CMYK 0.03 0 0.14 0.22
HSL 72.86º 0.2% 0.72% -
HSV(B) 72.86º 0.14% 0.78% -
XYZ 49.19 54.5 45.96 -
YUV 193.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 192 198 170 0.03 0 0.14 0.22 72.86 0.2 0.72
Hex C0 C6 AA 3 0 E 16 49 14 48
Octal 300 306 252 3 0 16 26 111 24 110
Binary 11000000 11000110 10101010 11 0 1110 10110 1001001 10100 1001000

Color Harmonies of #C0C6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C6AA

Black with #C0C6AA

Text Example


Text Example

White with #C0C6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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