Html Css Color HEX #C5CCAA Beryl Green

📋 copy color: '#C5CCAA'

red 197 ◦ green 204 ◦ blue 170

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

Shades of Beryl Green #C5CCAA

Tints of Beryl Green #C5CCAA

RGB

 RED value IS 197 (77.34% from 255) = 34.5%

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

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

R = 34.5%
G = 35.73%
B = 29.77%

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

#C5CCAA (or 0xC5CCAA) is known color: Beryl Green. HEX triplet: C5, CC and AA. RGB value is (197,204,170). Sum of RGB (Red+Green+Blue) = 197+204+170=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CCAA is #3A3355. Grayscale: #C6C6C6. Windows color (decimal): -3814230 or 11193541. OLE color: 11193541.

HSL color Cylindrical-coordinate representation of color #C5CCAA: hue angle of 72.35º 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 #C5CCAA is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 204 170 -
CMYK 0.03 0 0.17 0.2
HSL 72.35º 0.25% 0.73% -
HSV(B) 72.35º 0.17% 0.8% -
XYZ 51.87 57.96 46.48 -
YUV 198.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 197 204 170 0.03 0 0.17 0.2 72.35 0.25 0.73
Hex C5 CC AA 3 0 11 14 48 19 49
Octal 305 314 252 3 0 21 24 110 31 111
Binary 11000101 11001100 10101010 11 0 10001 10100 1001000 11001 1001001

Color Harmonies of #C5CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCAA

Black with #C5CCAA

Text Example


Text Example

White with #C5CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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