#AFCB76

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

Shades of Caper #AFCB76

Tints of Caper #AFCB76

Color information

#AFCB76 (or 0xAFCB76) is unknown color: approx Caper. HEX triplet: AF, CB and 76. RGB value is (175,203,118). Sum of RGB (Red+Green+Blue) = 175+203+118=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB76 is #503489. Grayscale: #B9B9B9. Windows color (decimal): -5256330 or 7785391. OLE color: 7785391.

HSL color Cylindrical-coordinate representation of color #AFCB76: hue angle of 79.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFCB76 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB175203118-
CMYK0.1400.420.20
HSL79.76º44.97%62.94%-
HSV(B)79.76º41.87%79.61%-
XYZ42.3153.1325.17-
YUV184.9490.22120.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 203 (79.69% from 255) = 40.93%
BLUE value IS 118 (46.48% from 255) = 23.79%
R=35.28%
G=40.93%
B=23.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031180.1400.420.2079.7644.9762.94
HexAFCB76E02A14502d3f
Octal25731316616052241205577
Binary1010111111001011111011011100101010101001010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCB76; }

 p { color: rgb(175,203,118); }

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

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

 a { background-color: rgb(175,203,118); }

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

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

 span { border-color: rgb(175,203,118); }

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