Html Css Color HEX #C0C5AA Beryl Green

📋 copy color: '#C0C5AA'

red 192 ◦ green 197 ◦ blue 170

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

Shades of Beryl Green #C0C5AA

Tints of Beryl Green #C0C5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.24%

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

R = 34.35%
G = 35.24%
B = 30.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C0C5AA (or 0xC0C5AA) is known color: Beryl Green. HEX triplet: C0, C5 and AA. RGB value is (192,197,170). Sum of RGB (Red+Green+Blue) = 192+197+170=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C5AA is #3F3A55. Grayscale: #C0C0C0. Windows color (decimal): -4143702 or 11191744. OLE color: 11191744.

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

Color convert

RGB 192 197 170 -
CMYK 0.03 0 0.14 0.23
HSL 71.11º 0.19% 0.72% -
HSV(B) 71.11º 0.14% 0.77% -
XYZ 48.96 54.04 45.88 -
YUV 192.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 192 197 170 0.03 0 0.14 0.23 71.11 0.19 0.72
Hex C0 C5 AA 3 0 E 17 47 13 48
Octal 300 305 252 3 0 16 27 107 23 110
Binary 11000000 11000101 10101010 11 0 1110 10111 1000111 10011 1001000

Color Harmonies of #C0C5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C5AA

Black with #C0C5AA

Text Example


Text Example

White with #C0C5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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