#C4C8B2

Color #C4C8B2 Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #C4C8B2

Tints of Beryl Green #C4C8B2

Color information

#C4C8B2 (or 0xC4C8B2) is unknown color: approx Beryl Green. HEX triplet: C4, C8 and B2. RGB value is (196,200,178). Sum of RGB (Red+Green+Blue) = 196+200+178=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C8B2 is #3B374D. Grayscale: #C4C4C4. Windows color (decimal): -3880782 or 11716804. OLE color: 11716804.

HSL color Cylindrical-coordinate representation of color #C4C8B2: hue angle of 70.91º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4C8B2 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB196200178-
CMYK0.0200.110.22
HSL70.91º16.67%74.12%-
HSV(B)70.91º11%78.43%-
XYZ51.4656.2650.27-
YUV196.3117.67127.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.15%
GREEN value IS 200 (78.52% from 255) = 34.84%
BLUE value IS 178 (69.92% from 255) = 31.01%
R=34.15%
G=34.84%
B=31.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1962001780.0200.110.2270.9116.6774.12
HexC4C8B220B1647114a
Octal30431026220132610721112
Binary1100010011001000101100101001011101101000111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C8B2; }

 p { color: rgb(196,200,178); }

 H1.HeaderClassName
 {
   color: #C4C8B2;
 }
 .AnyTagClassName
 {
   color: #C4C8B2;
 }
</style>
background-color css

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

 a { background-color: rgb(196,200,178); }

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

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

 span { border-color: rgb(196,200,178); }

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