Html Css Color HEX #C0C5AE Beryl Green

📋 copy color: '#C0C5AE'

red 192 ◦ green 197 ◦ blue 174

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

Shades of Beryl Green #C0C5AE

Tints of Beryl Green #C0C5AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.91%

R = 34.1%
G = 34.99%
B = 30.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C0C5AE (or 0xC0C5AE) is known color: Beryl Green. HEX triplet: C0, C5 and AE. RGB value is (192,197,174). Sum of RGB (Red+Green+Blue) = 192+197+174=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C5AE is #3F3A51. Grayscale: #C0C0C0. Windows color (decimal): -4143698 or 11453888. OLE color: 11453888.

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

Color convert

RGB 192 197 174 -
CMYK 0.03 0 0.12 0.23
HSL 73.04º 0.17% 0.73% -
HSV(B) 73.04º 0.12% 0.77% -
XYZ 49.34 54.19 47.9 -
YUV 192.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 192 197 174 0.03 0 0.12 0.23 73.04 0.17 0.73
Hex C0 C5 AE 3 0 C 17 49 11 49
Octal 300 305 256 3 0 14 27 111 21 111
Binary 11000000 11000101 10101110 11 0 1100 10111 1001001 10001 1001001

Color Harmonies of #C0C5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C5AE

Black with #C0C5AE

Text Example


Text Example

White with #C0C5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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