#C2C5B4

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

Shades of Beryl Green #C2C5B4

Tints of Beryl Green #C2C5B4

Color information

#C2C5B4 (or 0xC2C5B4) is unknown color: approx Beryl Green. HEX triplet: C2, C5 and B4. RGB value is (194,197,180). Sum of RGB (Red+Green+Blue) = 194+197+180=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5B4 is #3D3A4B. Grayscale: #C2C2C2. Windows color (decimal): -4012620 or 11847106. OLE color: 11847106.

HSL color Cylindrical-coordinate representation of color #C2C5B4: hue angle of 70.59º 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 #C2C5B4 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB194197180-
CMYK0.0200.090.23
HSL70.59º12.78%73.92%-
HSV(B)70.59º8.63%77.25%-
XYZ50.4554.751.08-
YUV194.16120.01127.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 197 (77.34% from 255) = 34.50%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=33.98%
G=34.50%
B=31.52%

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
Decimal1941971800.0200.090.2370.5912.7873.92
HexC2C5B42091747d4a
Octal30230526420112710715112
Binary110000101100010110110100100100110111100011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C5B4; }

 p { color: rgb(194,197,180); }

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

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

 a { background-color: rgb(194,197,180); }

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

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

 span { border-color: rgb(194,197,180); }

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