#C0C4B4

Color #C0C4B4 Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #C0C4B4

Tints of Beryl Green #C0C4B4

Color information

#C0C4B4 (or 0xC0C4B4) is unknown color: approx Beryl Green. HEX triplet: C0, C4 and B4. RGB value is (192,196,180). Sum of RGB (Red+Green+Blue) = 192+196+180=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C4B4 is #3F3B4B. Grayscale: #C1C1C1. Windows color (decimal): -4143948 or 11846848. OLE color: 11846848.

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

Color convert

RGB192196180-
CMYK0.0200.080.23
HSL75º11.94%73.73%-
HSV(B)75º8.16%76.86%-
XYZ49.7253.9850.98-
YUV192.98120.67127.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.80%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=33.80%
G=34.51%
B=31.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921961800.0200.080.237511.9473.73
HexC0C4B4208174bc4a
Octal30030426420102711314112
Binary110000001100010010110100100100010111100101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C4B4; }

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

 H1.HeaderClassName
 {
   color: #C0C4B4;
 }
 .AnyTagClassName
 {
   color: #C0C4B4;
 }
</style>
background-color css

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

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

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

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

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

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