#AFCB6D

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

Shades of Caper #AFCB6D

Tints of Caper #AFCB6D

Color information

#AFCB6D (or 0xAFCB6D) is unknown color: approx Caper. HEX triplet: AF, CB and 6D. RGB value is (175,203,109). Sum of RGB (Red+Green+Blue) = 175+203+109=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB6D is #503492. Grayscale: #B8B8B8. Windows color (decimal): -5256339 or 7195567. OLE color: 7195567.

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

Color convert

RGB175203109-
CMYK0.1400.460.20
HSL77.87º47.47%61.18%-
HSV(B)77.87º46.31%79.61%-
XYZ41.852.9322.48-
YUV183.9185.72121.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 203 (79.69% from 255) = 41.68%
BLUE value IS 109 (42.97% from 255) = 22.38%
R=35.93%
G=41.68%
B=22.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031090.1400.460.2077.8747.4761.18
HexAFCB6DE02E144e2f3d
Octal25731315516056241165775
Binary1010111111001011110110111100101110101001001110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCB6D; }

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

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

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

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

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

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

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

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