#AFCB82

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

Shades of Caper #AFCB82

Tints of Caper #AFCB82

Color information

#AFCB82 (or 0xAFCB82) is unknown color: approx Caper. HEX triplet: AF, CB and 82. RGB value is (175,203,130). Sum of RGB (Red+Green+Blue) = 175+203+130=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB82 is #50347D. Grayscale: #BABABA. Windows color (decimal): -5256318 or 8571823. OLE color: 8571823.

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

Color convert

RGB175203130-
CMYK0.1400.360.20
HSL83.01º41.24%65.29%-
HSV(B)83.01º35.96%79.61%-
XYZ43.0653.4429.16-
YUV186.3196.22119.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=34.45%
G=39.96%
B=25.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031300.1400.360.2083.0141.2465.29
HexAFCB82E02414532941
Octal257313202160442412351101
Binary101011111100101110000010111001001001010010100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCB82; }

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

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

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

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

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

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

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

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