#AFBF78

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

Shades of Caper #AFBF78

Tints of Caper #AFBF78

Color information

#AFBF78 (or 0xAFBF78) is unknown color: approx Caper. HEX triplet: AF, BF and 78. RGB value is (175,191,120). Sum of RGB (Red+Green+Blue) = 175+191+120=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBF78 is #504087. Grayscale: #B2B2B2. Windows color (decimal): -5259400 or 7913391. OLE color: 7913391.

HSL color Cylindrical-coordinate representation of color #AFBF78: hue angle of 73.52º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFBF78 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB175191120-
CMYK0.0800.370.25
HSL73.52º35.68%60.98%-
HSV(B)73.52º37.17%74.9%-
XYZ39.747.7324.89-
YUV178.1295.2125.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=36.01%
G=39.30%
B=24.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911200.0800.370.2573.5235.6860.98
HexAFBF788025194a243d
Octal25727717010045311124475
Binary1010111110111111111100010000100101110011001010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF78; }

 p { color: rgb(175,191,120); }

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

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

 a { background-color: rgb(175,191,120); }

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

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

 span { border-color: rgb(175,191,120); }

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