Html Css Color HEX #C0C4AC Beryl Green

📋 copy color: '#C0C4AC'

red 192 ◦ green 196 ◦ blue 172

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

Shades of Beryl Green #C0C4AC

Tints of Beryl Green #C0C4AC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35%

 BLUE value IS 172 (67.58% from 255) = 30.71%

R = 34.29%
G = 35%
B = 30.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C0C4AC (or 0xC0C4AC) is known color: Beryl Green. HEX triplet: C0, C4 and AC. RGB value is (192,196,172). Sum of RGB (Red+Green+Blue) = 192+196+172=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C4AC is #3F3B53. Grayscale: #C0C0C0. Windows color (decimal): -4143956 or 11322560. OLE color: 11322560.

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

Color convert

RGB 192 196 172 -
CMYK 0.02 0 0.12 0.23
HSL 70º 0.17% 0.72% -
HSV(B) 70º 0.12% 0.77% -
XYZ 48.92 53.66 46.81 -
YUV 192.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 192 196 172 0.02 0 0.12 0.23 70 0.17 0.72
Hex C0 C4 AC 2 0 C 17 46 11 48
Octal 300 304 254 2 0 14 27 106 21 110
Binary 11000000 11000100 10101100 10 0 1100 10111 1000110 10001 1001000

Color Harmonies of #C0C4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C4AC

Black with #C0C4AC

Text Example


Text Example

White with #C0C4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C4AC; }

 p { color: rgb(192,196,172); }

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

background-color css

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

 a { background-color: rgb(192,196,172); }

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

border-color css

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

 span { border-color: rgb(192,196,172); }

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