Html Css Color HEX #C4CAA8 Beryl Green

📋 copy color: '#C4CAA8'

red 196 ◦ green 202 ◦ blue 168

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

Shades of Beryl Green #C4CAA8

Tints of Beryl Green #C4CAA8

RGB

 RED value IS 196 (76.95% from 255) = 34.63%

 GREEN value IS 202 (79.3% from 255) = 35.69%

 BLUE value IS 168 (66.02% from 255) = 29.68%

R = 34.63%
G = 35.69%
B = 29.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C4CAA8 (or 0xC4CAA8) is known color: Beryl Green. HEX triplet: C4, CA and A8. RGB value is (196,202,168). Sum of RGB (Red+Green+Blue) = 196+202+168=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CAA8 is #3B3557. Grayscale: #C4C4C4. Windows color (decimal): -3880280 or 11061956. OLE color: 11061956.

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

Color convert

RGB 196 202 168 -
CMYK 0.03 0 0.17 0.21
HSL 70.59º 0.24% 0.73% -
HSV(B) 70.59º 0.17% 0.79% -
XYZ 50.95 56.8 45.32 -
YUV 196.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 196 202 168 0.03 0 0.17 0.21 70.59 0.24 0.73
Hex C4 CA A8 3 0 11 15 47 18 49
Octal 304 312 250 3 0 21 25 107 30 111
Binary 11000100 11001010 10101000 11 0 10001 10101 1000111 11000 1001001

Color Harmonies of #C4CAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CAA8

Black with #C4CAA8

Text Example


Text Example

White with #C4CAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CAA8; }

 p { color: rgb(196,202,168); }

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

background-color css

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

 a { background-color: rgb(196,202,168); }

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

border-color css

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

 span { border-color: rgb(196,202,168); }

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