#C4CBA2

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

Shades of Beryl Green #C4CBA2

Tints of Beryl Green #C4CBA2

Color information

#C4CBA2 (or 0xC4CBA2) is unknown color: approx Beryl Green. HEX triplet: C4, CB and A2. RGB value is (196,203,162). Sum of RGB (Red+Green+Blue) = 196+203+162=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CBA2 is #3B345D. Grayscale: #C4C4C4. Windows color (decimal): -3880030 or 10668996. OLE color: 10668996.

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

Color convert

RGB196203162-
CMYK0.0300.200.20
HSL70.24º28.28%71.57%-
HSV(B)70.24º20.2%79.61%-
XYZ50.6457.0642.53-
YUV196.23108.68127.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 162 (63.67% from 255) = 28.88%
R=34.94%
G=36.19%
B=28.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962031620.0300.200.2070.2428.2871.57
HexC4CBA2301414461c48
Octal30431324230242410634110
Binary11000100110010111010001011010100101001000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CBA2; }

 p { color: rgb(196,203,162); }

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

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

 a { background-color: rgb(196,203,162); }

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

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

 span { border-color: rgb(196,203,162); }

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