Html Css Color HEX #C2CAA5 Beryl Green

📋 copy color: '#C2CAA5'

red 194 ◦ green 202 ◦ blue 165

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

Shades of Beryl Green #C2CAA5

Tints of Beryl Green #C2CAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.41%

R = 34.58%
G = 36.01%
B = 29.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C2CAA5 (or 0xC2CAA5) is known color: Beryl Green. HEX triplet: C2, CA and A5. RGB value is (194,202,165). Sum of RGB (Red+Green+Blue) = 194+202+165=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CAA5 is #3D355A. Grayscale: #C3C3C3. Windows color (decimal): -4011355 or 10865346. OLE color: 10865346.

HSL color Cylindrical-coordinate representation of color #C2CAA5: hue angle of 72.97º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2CAA5 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 202 165 -
CMYK 0.04 0 0.18 0.21
HSL 72.97º 0.26% 0.72% -
HSV(B) 72.97º 0.18% 0.79% -
XYZ 50.16 56.43 43.85 -
YUV 195.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 194 202 165 0.04 0 0.18 0.21 72.97 0.26 0.72
Hex C2 CA A5 4 0 12 15 49 1A 48
Octal 302 312 245 4 0 22 25 111 32 110
Binary 11000010 11001010 10100101 100 0 10010 10101 1001001 11010 1001000

Color Harmonies of #C2CAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CAA5

Black with #C2CAA5

Text Example


Text Example

White with #C2CAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CAA5; }

 p { color: rgb(194,202,165); }

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

background-color css

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

 a { background-color: rgb(194,202,165); }

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

border-color css

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

 span { border-color: rgb(194,202,165); }

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