#C4CAA5

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

Shades of Beryl Green #C4CAA5

Tints of Beryl Green #C4CAA5

Color information

#C4CAA5 (or 0xC4CAA5) is unknown color: approx Beryl Green. HEX triplet: C4, CA and A5. RGB value is (196,202,165). Sum of RGB (Red+Green+Blue) = 196+202+165=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CAA5 is #3B355A. Grayscale: #C4C4C4. Windows color (decimal): -3880283 or 10865348. OLE color: 10865348.

HSL color Cylindrical-coordinate representation of color #C4CAA5: hue angle of 69.73º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4CAA5 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB196202165-
CMYK0.0300.180.21
HSL69.73º25.87%71.96%-
HSV(B)69.73º18.32%79.22%-
XYZ50.6856.6943.87-
YUV195.99110.51128.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=34.81%
G=35.88%
B=29.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1962021650.0300.180.2169.7325.8771.96
HexC4CAA5301215461a48
Octal30431224530222510632110
Binary11000100110010101010010111010010101011000110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CAA5; }

 p { color: rgb(196,202,165); }

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

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

 a { background-color: rgb(196,202,165); }

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

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

 span { border-color: rgb(196,202,165); }

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