Html Css Color HEX #C2C6AB Beryl Green

📋 copy color: '#C2C6AB'

red 194 ◦ green 198 ◦ blue 171

#C2C6AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beryl Green #C2C6AB

Tints of Beryl Green #C2C6AB

RGB

 RED value IS 194 (76.17% from 255) = 34.46%

 GREEN value IS 198 (77.73% from 255) = 35.17%

 BLUE value IS 171 (67.19% from 255) = 30.37%

R = 34.46%
G = 35.17%
B = 30.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C2C6AB (or 0xC2C6AB) is known color: Beryl Green. HEX triplet: C2, C6 and AB. RGB value is (194,198,171). Sum of RGB (Red+Green+Blue) = 194+198+171=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C6AB is #3D3954. Grayscale: #C1C1C1. Windows color (decimal): -4012373 or 11257538. OLE color: 11257538.

HSL color Cylindrical-coordinate representation of color #C2C6AB: hue angle of 68.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2C6AB is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 198 171 -
CMYK 0.02 0 0.14 0.22
HSL 68.89º 0.19% 0.72% -
HSV(B) 68.89º 0.14% 0.78% -
XYZ 49.79 54.8 46.48 -
YUV 193.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 194 198 171 0.02 0 0.14 0.22 68.89 0.19 0.72
Hex C2 C6 AB 2 0 E 16 45 13 48
Octal 302 306 253 2 0 16 26 105 23 110
Binary 11000010 11000110 10101011 10 0 1110 10110 1000101 10011 1001000

Color Harmonies of #C2C6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C6AB

Black with #C2C6AB

Text Example


Text Example

White with #C2C6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C6AB; }

 p { color: rgb(194,198,171); }

 H1.HeaderClassName
 {
   color: #C2C6AB;
 }
 .AnyTagClassName
 {
   color: #C2C6AB;
 }
</style>

background-color css

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

 a { background-color: rgb(194,198,171); }

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

border-color css

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

 span { border-color: rgb(194,198,171); }

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