Html Css Color HEX #C6CCAA Beryl Green

📋 copy color: '#C6CCAA'

red 198 ◦ green 204 ◦ blue 170

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

Shades of Beryl Green #C6CCAA

Tints of Beryl Green #C6CCAA

RGB

 RED value IS 198 (77.73% from 255) = 34.62%

 GREEN value IS 204 (80.08% from 255) = 35.66%

 BLUE value IS 170 (66.8% from 255) = 29.72%

R = 34.62%
G = 35.66%
B = 29.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#C6CCAA (or 0xC6CCAA) is known color: Beryl Green. HEX triplet: C6, CC and AA. RGB value is (198,204,170). Sum of RGB (Red+Green+Blue) = 198+204+170=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CCAA is #393355. Grayscale: #C6C6C6. Windows color (decimal): -3748694 or 11193542. OLE color: 11193542.

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

Color convert

RGB 198 204 170 -
CMYK 0.03 0 0.17 0.2
HSL 70.59º 0.25% 0.73% -
HSV(B) 70.59º 0.17% 0.8% -
XYZ 52.14 58.09 46.5 -
YUV 198.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 198 204 170 0.03 0 0.17 0.2 70.59 0.25 0.73
Hex C6 CC AA 3 0 11 14 47 19 49
Octal 306 314 252 3 0 21 24 107 31 111
Binary 11000110 11001100 10101010 11 0 10001 10100 1000111 11001 1001001

Color Harmonies of #C6CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCAA

Black with #C6CCAA

Text Example


Text Example

White with #C6CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCAA; }

 p { color: rgb(198,204,170); }

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

background-color css

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

 a { background-color: rgb(198,204,170); }

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

border-color css

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

 span { border-color: rgb(198,204,170); }

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