#C0C4B3

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

Shades of Beryl Green #C0C4B3

Tints of Beryl Green #C0C4B3

Color information

#C0C4B3 (or 0xC0C4B3) is unknown color: approx Beryl Green. HEX triplet: C0, C4 and B3. RGB value is (192,196,179). Sum of RGB (Red+Green+Blue) = 192+196+179=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C4B3 is #3F3B4C. Grayscale: #C0C0C0. Windows color (decimal): -4143949 or 11781312. OLE color: 11781312.

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

Color convert

RGB192196179-
CMYK0.0200.090.23
HSL74.12º12.59%73.53%-
HSV(B)74.12º8.67%76.86%-
XYZ49.6153.9450.44-
YUV192.87120.17127.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 196 (76.95% from 255) = 34.57%
BLUE value IS 179 (70.31% from 255) = 31.57%
R=33.86%
G=34.57%
B=31.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921961790.0200.090.2374.1212.5973.53
HexC0C4B3209174ad4a
Octal30030426320112711215112
Binary110000001100010010110011100100110111100101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C4B3; }

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

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

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

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

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

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

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

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