#C5CBAE

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

Shades of Beryl Green #C5CBAE

Tints of Beryl Green #C5CBAE

Color information

#C5CBAE (or 0xC5CBAE) is unknown color: approx Beryl Green. HEX triplet: C5, CB and AE. RGB value is (197,203,174). Sum of RGB (Red+Green+Blue) = 197+203+174=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CBAE is #3A3451. Grayscale: #C6C6C6. Windows color (decimal): -3814482 or 11455429. OLE color: 11455429.

HSL color Cylindrical-coordinate representation of color #C5CBAE: hue angle of 72.41º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5CBAE is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB197203174-
CMYK0.0300.140.20
HSL72.41º21.8%73.92%-
HSV(B)72.41º14.29%79.61%-
XYZ52.0257.6448.43-
YUV197.9114.51127.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=34.32%
G=35.37%
B=30.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972031740.0300.140.2072.4121.873.92
HexC5CBAE30E1448164a
Octal30531325630162411026112
Binary1100010111001011101011101101110101001001000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CBAE; }

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

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

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

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

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

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

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

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