#C8CFA4

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

Shades of Beryl Green #C8CFA4

Tints of Beryl Green #C8CFA4

Color information

#C8CFA4 (or 0xC8CFA4) is unknown color: approx Beryl Green. HEX triplet: C8, CF and A4. RGB value is (200,207,164). Sum of RGB (Red+Green+Blue) = 200+207+164=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CFA4 is #37305B. Grayscale: #C8C8C8. Windows color (decimal): -3616860 or 10801096. OLE color: 10801096.

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

Color convert

RGB200207164-
CMYK0.0300.210.19
HSL69.77º30.94%72.75%-
HSV(B)69.77º20.77%81.18%-
XYZ52.8359.5943.84-
YUV200107.68128-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 164 (64.45% from 255) = 28.72%
R=35.03%
G=36.25%
B=28.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002071640.0300.210.1969.7730.9472.75
HexC8CFA4301513461f49
Octal31031724430252310637111
Binary11001000110011111010010011010101100111000110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFA4; }

 p { color: rgb(200,207,164); }

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

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

 a { background-color: rgb(200,207,164); }

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

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

 span { border-color: rgb(200,207,164); }

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