Html Css Color HEX #C2C8AB Beryl Green

📋 copy color: '#C2C8AB'

red 194 ◦ green 200 ◦ blue 171

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

Shades of Beryl Green #C2C8AB

Tints of Beryl Green #C2C8AB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.4%

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

R = 34.34%
G = 35.4%
B = 30.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C2C8AB (or 0xC2C8AB) is known color: Beryl Green. HEX triplet: C2, C8 and AB. RGB value is (194,200,171). Sum of RGB (Red+Green+Blue) = 194+200+171=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C8AB is #3D3754. Grayscale: #C3C3C3. Windows color (decimal): -4011861 or 11258050. OLE color: 11258050.

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

Color convert

RGB 194 200 171 -
CMYK 0.03 0 0.14 0.22
HSL 72.41º 0.21% 0.73% -
HSV(B) 72.41º 0.15% 0.78% -
XYZ 50.25 55.72 46.63 -
YUV 194.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 194 200 171 0.03 0 0.14 0.22 72.41 0.21 0.73
Hex C2 C8 AB 3 0 E 16 48 15 49
Octal 302 310 253 3 0 16 26 110 25 111
Binary 11000010 11001000 10101011 11 0 1110 10110 1001000 10101 1001001

Color Harmonies of #C2C8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C8AB

Black with #C2C8AB

Text Example


Text Example

White with #C2C8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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