#AFBB78

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

Shades of Caper #AFBB78

Tints of Caper #AFBB78

Color information

#AFBB78 (or 0xAFBB78) is unknown color: approx Caper. HEX triplet: AF, BB and 78. RGB value is (175,187,120). Sum of RGB (Red+Green+Blue) = 175+187+120=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB78 is #504487. Grayscale: #B0B0B0. Windows color (decimal): -5260424 or 7912367. OLE color: 7912367.

HSL color Cylindrical-coordinate representation of color #AFBB78: hue angle of 70.75º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFBB78 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB175187120-
CMYK0.0600.360.27
HSL70.75º33%60.2%-
HSV(B)70.75º35.83%73.33%-
XYZ38.8446.0124.6-
YUV175.7796.52127.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=36.31%
G=38.80%
B=24.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871200.0600.360.2770.753360.2
HexAFBB7860241B47213c
Octal2572731706044331074174
Binary101011111011101111110001100100100110111000111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB78; }

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

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

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

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

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

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

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

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